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