UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceExternalRecurringData = void 0; var PaymentAcceptanceExternalRecurringData; (function (PaymentAcceptanceExternalRecurringData) { PaymentAcceptanceExternalRecurringData.discriminator = 'PaymentAcceptanceExternalRecurringData'; PaymentAcceptanceExternalRecurringData.attributeTypeMap = [ { name: 'initial_payment', baseName: 'initial_payment', type: 'boolean', }, { name: 'merchant_trigger_reason', baseName: 'merchant_trigger_reason', type: 'string', }, { name: 'original_transaction_id', baseName: 'original_transaction_id', type: 'string', }, { name: 'terms_of_use', baseName: 'terms_of_use', type: 'PaymentAcceptanceTermsOfUse', }, { name: 'triggered_by', baseName: 'triggered_by', type: 'string', }, ]; })(PaymentAcceptanceExternalRecurringData || (exports.PaymentAcceptanceExternalRecurringData = PaymentAcceptanceExternalRecurringData = {})); //# sourceMappingURL=paymentAcceptanceExternalRecurringData.js.map