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