UNPKG

@agoransson/klarna-payments

Version:

Typescript wrapper for Klarna Payments API.

7 lines (6 loc) 301 B
import { KlarnaError } from "../CommonErrors"; export declare class UnableToGenerateConsumerToken implements KlarnaError { code: 400; name: "UnableToGenerateConsumerToken"; message: "We were unable to create a consumer token with the provided data. Some field constraint was violated."; }