File

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

Index

Properties

Properties

chainName
chainName: string
Type : string
checkoutId
checkoutId: string
Type : string
emailAddress
emailAddress: string
Type : string
metadata
metadata: Record<string | any>
Type : Record<string | any>
Optional
options
options: PaperSDKPayWithCardStyleOptions
Type : PaperSDKPayWithCardStyleOptions
Optional
quantity
quantity: number
Type : number
Optional
recipientWalletAddress
recipientWalletAddress: string
Type : string
import { PaperSDKPayWithCardStyleOptions } from './style-options.interface';

export interface PaperPayWithCardInputs {
  checkoutId: string;
  recipientWalletAddress: string;
  emailAddress: string;
  chainName: string;
  quantity?: number;
  metadata?: Record<string, any>;
  options?: PaperSDKPayWithCardStyleOptions;
}

results matching ""

    No results matching ""