UpdateBusinessAccount

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
@SerializedName(value = "business_type")
val businessType: String? = null

Updated business structure type.

Link copied to clipboard
val description: String? = null

Updated business description.

Link copied to clipboard
@SerializedName(value = "doing_business_as")
val doingBusinessAs: String? = null

Updated trade or DBA name.

Link copied to clipboard
@SerializedName(value = "ein_last_four")
val einLastFour: String? = null

Updated last four digits of the EIN.

Link copied to clipboard
val email: String? = null

Updated business contact email.

Link copied to clipboard
@SerializedName(value = "legal_business_name")
val legalBusinessName: String? = null

Updated registered legal business name.

Link copied to clipboard
val mcc: String? = null

Updated Merchant Category Code.

Link copied to clipboard
val naics: String? = null

Updated NAICS industry code.

Link copied to clipboard

Updated business phone number.

Link copied to clipboard
val website: String? = null

Updated business website URL.