UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

8 lines (7 loc) 238 B
import { AuthorizedPaymentMethod } from "../CommonTypes"; export declare type CreateOrderResponse = { authorized_payment_method?: AuthorizedPaymentMethod; fraud_status?: string; order_id: string; redirect_url?: string; };