@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 779 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptancePaymentSchedule = void 0;
var PaymentAcceptancePaymentSchedule;
(function (PaymentAcceptancePaymentSchedule) {
PaymentAcceptancePaymentSchedule.discriminator = 'PaymentAcceptancePaymentSchedule';
PaymentAcceptancePaymentSchedule.attributeTypeMap = [
{
name: 'period',
baseName: 'period',
type: 'number',
},
{
name: 'period_unit',
baseName: 'period_unit',
type: 'string',
},
];
})(PaymentAcceptancePaymentSchedule || (exports.PaymentAcceptancePaymentSchedule = PaymentAcceptancePaymentSchedule = {}));
//# sourceMappingURL=paymentAcceptancePaymentSchedule.js.map