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