BusinessInformationDetailsModel

constructor(businessTypeString: String, businessType: BusinessTypeModel? = businessTypeString.getEnum<BusinessTypeModel>(), businessName: String, doingBusinessAs: String?, countryOfIncorporationString: String, countryOfIncorporation: CountryModel? = countryOfIncorporationString.getEnum<CountryModel>(), phoneNumber: String?, website: String?, emailAddress: String?, natureOfBusiness: String?, accountPurposeString: String?, accountPurpose: AccountPurposeTypeModel? = accountPurposeString?.getEnum<AccountPurposeTypeModel>(), accountPurposeDetails: String?, tradingVolume: String?, transactionVolume: String?, sourceOfFundsString: String?, sourceOfFunds: AccountStatusModel? = sourceOfFundsString?.getEnum<AccountStatusModel>(), stateOfIncorporation: String?, ein: String?, companyId: String?, vatNumber: String?, incorporationDate: String?)