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