@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 828 B
JavaScript
;
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