@airwallex/node-sdk
Version:
Airwallex Node.js SDK
65 lines • 1.94 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceFeeRecord = void 0;
var PaymentAcceptanceFeeRecord;
(function (PaymentAcceptanceFeeRecord) {
PaymentAcceptanceFeeRecord.discriminator = 'PaymentAcceptanceFeeRecord';
PaymentAcceptanceFeeRecord.attributeTypeMap = [
{
name: 'exchange_rate',
baseName: 'exchange_rate',
type: 'number',
},
{
name: 'fee_currency',
baseName: 'fee_currency',
type: 'string',
},
{
name: 'fee_subtotal_amount',
baseName: 'fee_subtotal_amount',
type: 'number',
},
{
name: 'fee_type',
baseName: 'fee_type',
type: 'string',
},
{
name: 'incurred_at',
baseName: 'incurred_at',
type: 'string',
},
{
name: 'payment_method_number_or_id',
baseName: 'payment_method_number_or_id',
type: 'string',
},
{
name: 'settlement_currency',
baseName: 'settlement_currency',
type: 'string',
},
{
name: 'settlement_subtotal_amount',
baseName: 'settlement_subtotal_amount',
type: 'number',
},
{
name: 'settlement_tax_amount',
baseName: 'settlement_tax_amount',
type: 'number',
},
{
name: 'settlement_total_amount',
baseName: 'settlement_total_amount',
type: 'number',
},
{
name: 'source_status',
baseName: 'source_status',
type: 'string',
},
];
})(PaymentAcceptanceFeeRecord || (exports.PaymentAcceptanceFeeRecord = PaymentAcceptanceFeeRecord = {}));
//# sourceMappingURL=paymentAcceptanceFeeRecord.js.map