UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

7 lines (6 loc) 223 B
import { PaymentMethodCategory } from "../CommonTypes"; export declare type CreateCreditSessionResponse = { client_token: string; payment_method_categories?: Array<PaymentMethodCategory>; session_id: string; };