UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

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