@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 825 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceDokuEwalletRequest = void 0;
var PaymentAcceptanceDokuEwalletRequest;
(function (PaymentAcceptanceDokuEwalletRequest) {
PaymentAcceptanceDokuEwalletRequest.discriminator = 'PaymentAcceptanceDokuEwalletRequest';
PaymentAcceptanceDokuEwalletRequest.attributeTypeMap = [
{
name: 'shopper_email',
baseName: 'shopper_email',
type: 'string',
},
{
name: 'shopper_name',
baseName: 'shopper_name',
type: 'string',
},
];
})(PaymentAcceptanceDokuEwalletRequest || (exports.PaymentAcceptanceDokuEwalletRequest = PaymentAcceptanceDokuEwalletRequest = {}));
//# sourceMappingURL=paymentAcceptanceDokuEwalletRequest.js.map