UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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