UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 479 B
import { PaymentAcceptanceBilling } from './paymentAcceptanceBilling'; export interface PaymentAcceptanceKlarnaRequest { billing?: PaymentAcceptanceBilling; country_code: string; language?: string; } export declare namespace PaymentAcceptanceKlarnaRequest { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceKlarnaRequest.d.ts.map