Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PurchaseParams

In this interface we will see the structure of PurchaseParams

export interface PurchaseParams {
deviceId?: string;
}

Hierarchy

  • PurchaseParams

Index

Properties

Properties

deviceId?: string

Generated using TypeDoc