@airwallex/node-sdk
Version:
Airwallex Node.js SDK
26 lines • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptancePaymentConsentVerifyContinueRequestRaw = void 0;
var PaymentAcceptancePaymentConsentVerifyContinueRequestRaw;
(function (PaymentAcceptancePaymentConsentVerifyContinueRequestRaw) {
PaymentAcceptancePaymentConsentVerifyContinueRequestRaw.validTypeEnum = ['retry_micro_debit', 'verify_micro_deposits'];
PaymentAcceptancePaymentConsentVerifyContinueRequestRaw.discriminator = 'PaymentAcceptancePaymentConsentVerifyContinueRequestRaw';
PaymentAcceptancePaymentConsentVerifyContinueRequestRaw.attributeTypeMap = [
{
name: 'micro_deposit',
baseName: 'micro_deposit',
type: 'PaymentAcceptanceMicroDeposit',
},
{
name: 'request_id',
baseName: 'request_id',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'PaymentAcceptancePaymentConsentVerifyContinueRequestRaw.TypeEnum',
},
];
})(PaymentAcceptancePaymentConsentVerifyContinueRequestRaw || (exports.PaymentAcceptancePaymentConsentVerifyContinueRequestRaw = PaymentAcceptancePaymentConsentVerifyContinueRequestRaw = {}));
//# sourceMappingURL=paymentAcceptancePaymentConsentVerifyContinueRequestRaw.js.map