@airwallex/node-sdk
Version:
Airwallex Node.js SDK
70 lines • 2.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptancePaymentConsentNextAction = void 0;
var PaymentAcceptancePaymentConsentNextAction;
(function (PaymentAcceptancePaymentConsentNextAction) {
PaymentAcceptancePaymentConsentNextAction.discriminator = 'PaymentAcceptancePaymentConsentNextAction';
PaymentAcceptancePaymentConsentNextAction.attributeTypeMap = [
{
name: 'content_type',
baseName: 'content_type',
type: 'string',
},
{
name: 'data',
baseName: 'data',
type: 'object',
},
{
name: 'email',
baseName: 'email',
type: 'string',
},
{
name: 'fallback_url',
baseName: 'fallback_url',
type: 'string',
},
{
name: 'method',
baseName: 'method',
type: 'string',
},
{
name: 'micro_deposit_count',
baseName: 'micro_deposit_count',
type: 'number',
},
{
name: 'package_name',
baseName: 'package_name',
type: 'string',
},
{
name: 'qrcode',
baseName: 'qrcode',
type: 'string',
},
{
name: 'remaining_attempts',
baseName: 'remaining_attempts',
type: 'number',
},
{
name: 'stage',
baseName: 'stage',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
{
name: 'url',
baseName: 'url',
type: 'string',
},
];
})(PaymentAcceptancePaymentConsentNextAction || (exports.PaymentAcceptancePaymentConsentNextAction = PaymentAcceptancePaymentConsentNextAction = {}));
//# sourceMappingURL=paymentAcceptancePaymentConsentNextAction.js.map