Business Account
data class BusinessAccount(val legalBusinessName: String?, val doingBusinessAs: String? = null, val businessType: String?, val email: String?, val website: String? = null, val description: String? = null, val einLastFour: String? = null, val mcc: String? = null, val naics: String? = null, val address: AccountObjects.AccountBillingAddress? = null, val phone: AccountObjects.AccountPhoneNumber? = null)
Business profile data for a business account.
Constructors
Link copied to clipboard
constructor(legalBusinessName: String?, doingBusinessAs: String? = null, businessType: String?, email: String?, website: String? = null, description: String? = null, einLastFour: String? = null, mcc: String? = null, naics: String? = null, address: AccountObjects.AccountBillingAddress? = null, phone: AccountObjects.AccountPhoneNumber? = null)
Properties
Link copied to clipboard
Business physical address.
Link copied to clipboard
The type or structure of the business (e.g., LLC, sole proprietorship).
Link copied to clipboard
Brief description of the business.
Link copied to clipboard
Optional trade name or DBA name.
Link copied to clipboard
Last four digits of the Employer Identification Number.
Link copied to clipboard
The registered legal name of the business.
Link copied to clipboard
Business phone number.