BusinessInformationRequest

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: String? = null, accountPurpose: AccountPurposeTypeModel? = null, accountPurposeDetails: String? = null, tradingVolume: String? = null, transactionVolume: String? = null, sourceOfFunds: SourceOfFundsTypeModel? = 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: String? = null, accountPurpose: AccountPurposeTypeModel? = null, accountPurposeDetails: String? = null, tradingVolume: String? = null, transactionVolume: String? = null, sourceOfFunds: SourceOfFundsTypeModel? = 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: String? = null, accountPurpose: AccountPurposeTypeModel? = null, accountPurposeDetails: String? = null, tradingVolume: String? = null, transactionVolume: String? = null, sourceOfFunds: SourceOfFundsTypeModel? = null, stateOfIncorporation: String? = null, ein: String? = null, companyId: String? = null, vatNumber: String? = null, incorporationDate: String? = null)