UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

46 lines 1.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptancePaymentMethodCreateRequestRaw = void 0; var PaymentAcceptancePaymentMethodCreateRequestRaw; (function (PaymentAcceptancePaymentMethodCreateRequestRaw) { PaymentAcceptancePaymentMethodCreateRequestRaw.validTypeEnum = ['card']; PaymentAcceptancePaymentMethodCreateRequestRaw.discriminator = 'PaymentAcceptancePaymentMethodCreateRequestRaw'; PaymentAcceptancePaymentMethodCreateRequestRaw.attributeTypeMap = [ { name: 'applepay', baseName: 'applepay', type: 'PaymentAcceptanceApplepayRequest', }, { name: 'card', baseName: 'card', type: 'PaymentAcceptanceCardRequest', }, { name: 'customer_id', baseName: 'customer_id', type: 'string', }, { name: 'googlepay', baseName: 'googlepay', type: 'PaymentAcceptanceGooglepayRequest', }, { name: 'metadata', baseName: 'metadata', type: '{ [key: string]: string; }', }, { name: 'request_id', baseName: 'request_id', type: 'string', }, { name: 'type', baseName: 'type', type: 'PaymentAcceptancePaymentMethodCreateRequestRaw.TypeEnum', }, ]; })(PaymentAcceptancePaymentMethodCreateRequestRaw || (exports.PaymentAcceptancePaymentMethodCreateRequestRaw = PaymentAcceptancePaymentMethodCreateRequestRaw = {})); //# sourceMappingURL=paymentAcceptancePaymentMethodCreateRequestRaw.js.map