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