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