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