UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

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