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