UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

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