UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

40 lines 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountReqApiDto = void 0; var AccountReqApiDto; (function (AccountReqApiDto) { AccountReqApiDto.discriminator = 'AccountReqApiDto'; AccountReqApiDto.attributeTypeMap = [ { name: 'account_details', baseName: 'account_details', type: 'AccountDetailsReqApiDto', }, { name: 'customer_agreements', baseName: 'customer_agreements', type: 'CustomerAgreementsApiDto', }, { name: 'identifier', baseName: 'identifier', type: 'string', }, { name: 'metadata', baseName: 'metadata', type: '{ [key: string]: string; }', }, { name: 'nickname', baseName: 'nickname', type: 'string', }, { name: 'primary_contact', baseName: 'primary_contact', type: 'PrimaryContactApiDto', }, ]; })(AccountReqApiDto || (exports.AccountReqApiDto = AccountReqApiDto = {})); //# sourceMappingURL=accountReqApiDto.js.map