UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 818 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptancePaymentMethodDisableRequestRaw = void 0; var PaymentAcceptancePaymentMethodDisableRequestRaw; (function (PaymentAcceptancePaymentMethodDisableRequestRaw) { PaymentAcceptancePaymentMethodDisableRequestRaw.discriminator = 'PaymentAcceptancePaymentMethodDisableRequestRaw'; PaymentAcceptancePaymentMethodDisableRequestRaw.attributeTypeMap = [ { name: 'request_id', baseName: 'request_id', type: 'string', }, ]; })(PaymentAcceptancePaymentMethodDisableRequestRaw || (exports.PaymentAcceptancePaymentMethodDisableRequestRaw = PaymentAcceptancePaymentMethodDisableRequestRaw = {})); //# sourceMappingURL=paymentAcceptancePaymentMethodDisableRequestRaw.js.map