@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 908 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptancePayeasyRequest = void 0;
var PaymentAcceptancePayeasyRequest;
(function (PaymentAcceptancePayeasyRequest) {
PaymentAcceptancePayeasyRequest.discriminator = 'PaymentAcceptancePayeasyRequest';
PaymentAcceptancePayeasyRequest.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',
},
];
})(PaymentAcceptancePayeasyRequest || (exports.PaymentAcceptancePayeasyRequest = PaymentAcceptancePayeasyRequest = {}));
//# sourceMappingURL=paymentAcceptancePayeasyRequest.js.map