File

projects/angular-client-sdk/src/lib/interfaces/pay-with-card-data.interface.ts

Description

Possible keys received in a message

Index

Properties

Properties

code
code: PaperSDKErrorCode
Type : PaperSDKErrorCode
Optional
error
error: Error
Type : Error
Optional
height
height: number
Type : number
Optional
id
id: string
Type : string
Optional
url
url: string
Type : string
Optional
width
width: number
Type : number
Optional
import { PaperSDKErrorCode } from '../enums/error-code.enum';

/** Possible keys received in a message */
export interface PaperPayWithCardData {
  error?: Error;
  code?: PaperSDKErrorCode;
  id?: string;
  url?: string;
  width?: number;
  height?: number;
}

results matching ""

    No results matching ""