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