UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 824 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceKlarna = void 0; var PaymentAcceptanceKlarna; (function (PaymentAcceptanceKlarna) { PaymentAcceptanceKlarna.discriminator = 'PaymentAcceptanceKlarna'; PaymentAcceptanceKlarna.attributeTypeMap = [ { name: 'billing', baseName: 'billing', type: 'PaymentAcceptanceBilling', }, { name: 'country_code', baseName: 'country_code', type: 'string', }, { name: 'language', baseName: 'language', type: 'string', }, ]; })(PaymentAcceptanceKlarna || (exports.PaymentAcceptanceKlarna = PaymentAcceptanceKlarna = {})); //# sourceMappingURL=paymentAcceptanceKlarna.js.map