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