UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

75 lines 1.96 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TCTransactionDto = void 0; var TCTransactionDto; (function (TCTransactionDto) { TCTransactionDto.discriminator = 'TCTransactionDto'; TCTransactionDto.attributeTypeMap = [ { name: 'amount', baseName: 'amount', type: 'number', }, { name: 'beneficiary_bank_account_name', baseName: 'beneficiary_bank_account_name', type: 'string', }, { name: 'beneficiary_bank_account_number', baseName: 'beneficiary_bank_account_number', type: 'string', }, { name: 'client_request_id', baseName: 'client_request_id', type: 'string', }, { name: 'created_at', baseName: 'created_at', type: 'string', }, { name: 'currency', baseName: 'currency', type: 'string', }, { name: 'id', baseName: 'id', type: 'string', }, { name: 'reason', baseName: 'reason', type: 'string', }, { name: 'reference', baseName: 'reference', type: 'string', }, { name: 'remitter_name', baseName: 'remitter_name', type: 'string', }, { name: 'remitting_bank', baseName: 'remitting_bank', type: 'string', }, { name: 'status', baseName: 'status', type: 'string', }, { name: 'type', baseName: 'type', type: 'string', }, ]; })(TCTransactionDto || (exports.TCTransactionDto = TCTransactionDto = {})); //# sourceMappingURL=tCTransactionDto.js.map