UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

33 lines 1.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceCardOptions = void 0; var PaymentAcceptanceCardOptions; (function (PaymentAcceptanceCardOptions) { PaymentAcceptanceCardOptions.validMerchantTriggerReasonEnum = [ 'delayed_charges', 'incremental_authorization', 'no_show', 'partial_shipment', 'reauthorization', 'resubmission', ]; PaymentAcceptanceCardOptions.discriminator = 'PaymentAcceptanceCardOptions'; PaymentAcceptanceCardOptions.attributeTypeMap = [ { name: 'authorization_type', baseName: 'authorization_type', type: 'string', }, { name: 'auto_capture', baseName: 'auto_capture', type: 'boolean', }, { name: 'merchant_trigger_reason', baseName: 'merchant_trigger_reason', type: 'PaymentAcceptanceCardOptions.MerchantTriggerReasonEnum', }, ]; })(PaymentAcceptanceCardOptions || (exports.PaymentAcceptanceCardOptions = PaymentAcceptanceCardOptions = {})); //# sourceMappingURL=paymentAcceptanceCardOptions.js.map