@airwallex/node-sdk
Version:
Airwallex Node.js SDK
46 lines • 1.7 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IndividualAccountDetailsResApiDto = void 0;
var IndividualAccountDetailsResApiDto;
(function (IndividualAccountDetailsResApiDto) {
IndividualAccountDetailsResApiDto.validLegalEntityTypeEnum = ['BUSINESS', 'INDIVIDUAL'];
IndividualAccountDetailsResApiDto.discriminator = 'IndividualAccountDetailsResApiDto';
IndividualAccountDetailsResApiDto.attributeTypeMap = [
{
name: 'attachments',
baseName: 'attachments',
type: 'SupplementaryMaterialsDto',
},
{
name: 'business_details',
baseName: 'business_details',
type: 'BusinessDetailsApiDto',
},
{
name: 'business_person_details',
baseName: 'business_person_details',
type: 'Array<BusinessPersonDetailApiDto>',
},
{
name: 'individual_details',
baseName: 'individual_details',
type: 'IndividualDetailsApiDto',
},
{
name: 'legal_entity_id',
baseName: 'legal_entity_id',
type: 'string',
},
{
name: 'legal_entity_type',
baseName: 'legal_entity_type',
type: 'IndividualAccountDetailsResApiDto.LegalEntityTypeEnum',
},
{
name: 'trustee_details',
baseName: 'trustee_details',
type: 'TrusteeDetailsApiDto',
},
];
})(IndividualAccountDetailsResApiDto || (exports.IndividualAccountDetailsResApiDto = IndividualAccountDetailsResApiDto = {}));
//# sourceMappingURL=individualAccountDetailsResApiDto.js.map