Business Information Request
constructor(businessType: BusinessTypeModel? = null, businessName: String? = null, doingBusinessAs: String? = null, stateOfIncorporation: String? = null, countryOfIncorporation: CountryModel? = null, ein: String? = null, phoneNumber: String? = null, website: String? = null, emailAddress: String? = null, natureOfBusiness: Int? = null, natureOfBusinessDetails: String? = null, accountPurpose: AccountPurposeTypeModel? = null, accountPurposeDetails: String? = null, tradingVolume: Int? = null, transactionVolume: Int? = null, sourceOfFunds: SourceOfFundsTypeModel? = null, numberOfEmployees: Int? = null)
US business account.
constructor(businessType: BusinessTypeModel? = null, businessName: String? = null, doingBusinessAs: String? = null, countryOfIncorporation: CountryModel? = null, companyId: String? = null, vatNumber: String? = null, incorporationDate: String? = null, phoneNumber: String? = null, website: String? = null, emailAddress: String? = null, natureOfBusiness: Int? = null, natureOfBusinessDetails: String? = null, accountPurpose: AccountPurposeTypeModel? = null, accountPurposeDetails: String? = null, tradingVolume: Int? = null, transactionVolume: Int? = null, sourceOfFunds: SourceOfFundsTypeModel? = null, numberOfEmployees: Int? = null)
EU business account.
constructor(businessType: BusinessTypeModel? = null, businessName: String? = null, doingBusinessAs: String?, countryOfIncorporation: CountryModel? = null, phoneNumber: String? = null, website: String? = null, emailAddress: String? = null, natureOfBusiness: Int? = null, natureOfBusinessDetails: String? = null, accountPurpose: AccountPurposeTypeModel? = null, accountPurposeDetails: String? = null, tradingVolume: Int? = null, transactionVolume: Int? = null, sourceOfFunds: SourceOfFundsTypeModel? = null, numberOfEmployees: Int? = null, stateOfIncorporation: String? = null, ein: String? = null, companyId: String? = null, vatNumber: String? = null, incorporationDate: String? = null)