UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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