Update Business Account
data class UpdateBusinessAccount(val legalBusinessName: String? = null, val doingBusinessAs: String? = null, val businessType: String? = null, val email: String? = null, val website: String? = null, val description: String? = null, val einLastFour: String? = null, val mcc: String? = null, val naics: String? = null, val address: FrameObjects.BillingAddress? = null, val phone: AccountObjects.AccountPhoneNumber? = null)
Updated profile data for a business account.
Constructors
Link copied to clipboard
constructor(legalBusinessName: String? = null, doingBusinessAs: String? = null, businessType: String? = null, email: String? = null, website: String? = null, description: String? = null, einLastFour: String? = null, mcc: String? = null, naics: String? = null, address: FrameObjects.BillingAddress? = null, phone: AccountObjects.AccountPhoneNumber? = null)
Properties
Link copied to clipboard
Updated business address.
Link copied to clipboard
Updated business structure type.
Link copied to clipboard
Updated business description.
Link copied to clipboard
Updated trade or DBA name.
Link copied to clipboard
Updated last four digits of the EIN.
Link copied to clipboard
Updated registered legal business name.
Link copied to clipboard
Updated business phone number.