UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

70 lines 1.9 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountResApiDto = void 0; var AccountResApiDto; (function (AccountResApiDto) { AccountResApiDto.discriminator = 'AccountResApiDto'; AccountResApiDto.attributeTypeMap = [ { name: 'account_details', baseName: 'account_details', type: 'AccountDetailsResApiDto', }, { name: 'created_at', baseName: 'created_at', type: 'string', }, { name: 'customer_agreements', baseName: 'customer_agreements', type: 'CustomerAgreementsApiDto', }, { name: 'id', baseName: 'id', type: 'string', }, { name: 'identifier', baseName: 'identifier', type: 'string', }, { name: 'metadata', baseName: 'metadata', type: '{ [key: string]: string; }', }, { name: 'next_action', baseName: 'next_action', type: 'NextActionApiDto', }, { name: 'nickname', baseName: 'nickname', type: 'string', }, { name: 'primary_contact', baseName: 'primary_contact', type: 'PrimaryContactApiDto', }, { name: 'requirements', baseName: 'requirements', type: 'AccountRequirementApiDto', }, { name: 'status', baseName: 'status', type: 'string', }, { name: 'view_type', baseName: 'view_type', type: 'string', }, ]; })(AccountResApiDto || (exports.AccountResApiDto = AccountResApiDto = {})); //# sourceMappingURL=accountResApiDto.js.map