@airwallex/node-sdk
Version:
Airwallex Node.js SDK
86 lines • 2.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActiveGlobalAccountDto = void 0;
var ActiveGlobalAccountDto;
(function (ActiveGlobalAccountDto) {
ActiveGlobalAccountDto.validAccountTypeEnum = ['Checking', 'Saving', 'Current'];
ActiveGlobalAccountDto.discriminator = 'ActiveGlobalAccountDto';
ActiveGlobalAccountDto.attributeTypeMap = [
{
name: 'account_name',
baseName: 'account_name',
type: 'string',
},
{
name: 'account_number',
baseName: 'account_number',
type: 'string',
},
{
name: 'account_type',
baseName: 'account_type',
type: 'ActiveGlobalAccountDto.AccountTypeEnum',
},
{
name: 'alternate_account_identifiers',
baseName: 'alternate_account_identifiers',
type: 'AlternateAccountIdentifiersDto',
},
{
name: 'country_code',
baseName: 'country_code',
type: 'string',
},
{
name: 'deposit_conversion_currency',
baseName: 'deposit_conversion_currency',
type: 'string',
},
{
name: 'iban',
baseName: 'iban',
type: 'string',
},
{
name: 'id',
baseName: 'id',
type: 'string',
},
{
name: 'institution',
baseName: 'institution',
type: 'ClientInstitution',
},
{
name: 'nick_name',
baseName: 'nick_name',
type: 'string',
},
{
name: 'request_id',
baseName: 'request_id',
type: 'string',
},
{
name: 'required_features',
baseName: 'required_features',
type: 'Array<GlobalAccountRequiredFeature>',
},
{
name: 'status',
baseName: 'status',
type: 'string',
},
{
name: 'supported_features',
baseName: 'supported_features',
type: 'Array<GlobalAccountSupportedFeature>',
},
{
name: 'swift_code',
baseName: 'swift_code',
type: 'string',
},
];
})(ActiveGlobalAccountDto || (exports.ActiveGlobalAccountDto = ActiveGlobalAccountDto = {}));
//# sourceMappingURL=activeGlobalAccountDto.js.map