UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

10 lines (8 loc) 244 B
import { Address, Customer } from "../CommonTypes"; export type GenerateConsumerTokenResponse = { billing_address?: Address; customer?: Customer; payment_method_reference?: string; redirect_url: string; token_id: string; }