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