UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

58 lines 2.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptancePaymentConsentCreateRequestRaw = void 0; var PaymentAcceptancePaymentConsentCreateRequestRaw; (function (PaymentAcceptancePaymentConsentCreateRequestRaw) { PaymentAcceptancePaymentConsentCreateRequestRaw.validMerchantTriggerReasonEnum = [ 'delayed_charges', 'incremental_authorization', 'installments', 'no_show', 'partial_shipment', 'reauthorization', 'recurring', 'resubmission', 'scheduled', 'unscheduled', ]; PaymentAcceptancePaymentConsentCreateRequestRaw.validNextTriggeredByEnum = ['customer', 'merchant']; PaymentAcceptancePaymentConsentCreateRequestRaw.discriminator = 'PaymentAcceptancePaymentConsentCreateRequestRaw'; PaymentAcceptancePaymentConsentCreateRequestRaw.attributeTypeMap = [ { name: 'connected_account_id', baseName: 'connected_account_id', type: 'string', }, { name: 'customer_id', baseName: 'customer_id', type: 'string', }, { name: 'merchant_trigger_reason', baseName: 'merchant_trigger_reason', type: 'PaymentAcceptancePaymentConsentCreateRequestRaw.MerchantTriggerReasonEnum', }, { name: 'metadata', baseName: 'metadata', type: 'object', }, { name: 'next_triggered_by', baseName: 'next_triggered_by', type: 'PaymentAcceptancePaymentConsentCreateRequestRaw.NextTriggeredByEnum', }, { name: 'request_id', baseName: 'request_id', type: 'string', }, { name: 'terms_of_use', baseName: 'terms_of_use', type: 'PaymentAcceptanceTermsOfUse', }, ]; })(PaymentAcceptancePaymentConsentCreateRequestRaw || (exports.PaymentAcceptancePaymentConsentCreateRequestRaw = PaymentAcceptancePaymentConsentCreateRequestRaw = {})); //# sourceMappingURL=paymentAcceptancePaymentConsentCreateRequestRaw.js.map