File

projects/angular-client-sdk/src/lib/interfaces/popup-config.interface.ts

Description

Configuration for checkout popup

Index

Properties

Properties

height
height: number
Type : number
title
title: string
Type : string
url
url: string
Type : string
width
width: number
Type : number
export interface PaperPopupConfig {
  url: string;
  title: string;
  width: number;
  height: number;
}

results matching ""

    No results matching ""