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