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