@airwallex/node-sdk
Version:
Airwallex Node.js SDK
26 lines • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptancePaymentConsentOptionsRequest = void 0;
var PaymentAcceptancePaymentConsentOptionsRequest;
(function (PaymentAcceptancePaymentConsentOptionsRequest) {
PaymentAcceptancePaymentConsentOptionsRequest.validMerchantTriggerReasonEnum = ['installments', 'scheduled', 'unscheduled'];
PaymentAcceptancePaymentConsentOptionsRequest.discriminator = 'PaymentAcceptancePaymentConsentOptionsRequest';
PaymentAcceptancePaymentConsentOptionsRequest.attributeTypeMap = [
{
name: 'merchant_trigger_reason',
baseName: 'merchant_trigger_reason',
type: 'PaymentAcceptancePaymentConsentOptionsRequest.MerchantTriggerReasonEnum',
},
{
name: 'next_triggered_by',
baseName: 'next_triggered_by',
type: 'string',
},
{
name: 'terms_of_use',
baseName: 'terms_of_use',
type: 'PaymentAcceptanceTermsOfUse',
},
];
})(PaymentAcceptancePaymentConsentOptionsRequest || (exports.PaymentAcceptancePaymentConsentOptionsRequest = PaymentAcceptancePaymentConsentOptionsRequest = {}));
//# sourceMappingURL=paymentAcceptancePaymentConsentOptionsRequest.js.map