UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

70 lines 2.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserDeclarations = void 0; var UserDeclarations; (function (UserDeclarations) { UserDeclarations.discriminator = 'UserDeclarations'; UserDeclarations.attributeTypeMap = [ { name: 'confirmed_vendor_ubo_list', baseName: 'confirmed_vendor_ubo_list', type: 'boolean', }, { name: 'doing_business_as_names_exist', baseName: 'doing_business_as_names_exist', type: 'boolean', }, { name: 'export_of_goods', baseName: 'export_of_goods', type: 'boolean', }, { name: 'has_nominee_shareholders', baseName: 'has_nominee_shareholders', type: 'boolean', }, { name: 'no_shareholders_with_over25_percent', baseName: 'no_shareholders_with_over25_percent', type: 'boolean', }, { name: 'number_of_employees', baseName: 'number_of_employees', type: 'string', }, { name: 'officially_registered', baseName: 'officially_registered', type: 'boolean', }, { name: 'ownership_structure_has_intermediary_layer', baseName: 'ownership_structure_has_intermediary_layer', type: 'boolean', }, { name: 'ppob_same_as_registered_address', baseName: 'ppob_same_as_registered_address', type: 'boolean', }, { name: 'product_reference', baseName: 'product_reference', type: 'Array<string>', }, { name: 'ringgit_borrowing', baseName: 'ringgit_borrowing', type: 'boolean', }, { name: 'submitted_by_authorised_representative', baseName: 'submitted_by_authorised_representative', type: 'boolean', }, ]; })(UserDeclarations || (exports.UserDeclarations = UserDeclarations = {})); //# sourceMappingURL=userDeclarations.js.map