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