UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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