UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

60 lines 2.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptancePaymentIntentConfirmRequestRaw = void 0; var PaymentAcceptancePaymentIntentConfirmRequestRaw; (function (PaymentAcceptancePaymentIntentConfirmRequestRaw) { PaymentAcceptancePaymentIntentConfirmRequestRaw.discriminator = 'PaymentAcceptancePaymentIntentConfirmRequestRaw'; PaymentAcceptancePaymentIntentConfirmRequestRaw.attributeTypeMap = [ { name: 'customer_id', baseName: 'customer_id', type: 'string', }, { name: 'device_data', baseName: 'device_data', type: 'PaymentAcceptanceDeviceData', }, { name: 'external_recurring_data', baseName: 'external_recurring_data', type: 'PaymentAcceptanceExternalRecurringData', }, { name: 'funds_split_data', baseName: 'funds_split_data', type: 'Array<PaymentAcceptanceFundsSplitDataRaw>', }, { name: 'payment_consent', baseName: 'payment_consent', type: 'PaymentAcceptancePaymentConsentOptionsRequest', }, { name: 'payment_consent_id', baseName: 'payment_consent_id', type: 'string', }, { name: 'payment_method', baseName: 'payment_method', type: 'PaymentAcceptancePaymentMethodRequest', }, { name: 'payment_method_options', baseName: 'payment_method_options', type: 'PaymentAcceptancePaymentMethodOptions', }, { name: 'request_id', baseName: 'request_id', type: 'string', }, { name: 'return_url', baseName: 'return_url', type: 'string', }, ]; })(PaymentAcceptancePaymentIntentConfirmRequestRaw || (exports.PaymentAcceptancePaymentIntentConfirmRequestRaw = PaymentAcceptancePaymentIntentConfirmRequestRaw = {})); //# sourceMappingURL=paymentAcceptancePaymentIntentConfirmRequestRaw.js.map