Opts Type
Constructors
| Constructor |
Description
|
Full Usage:
Opts(?quantity, ?username)
Parameters:
int
-
The number of items the user wants to purchase.
?username : string
-
The string that associates the transaction with a user account on your service (applicationUsername).
Returns: Opts
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.quantity
|
The number of items the user wants to purchase. |
Full Usage:
this.username
|
The string that associates the transaction with a user account on your service (applicationUsername). |
fable-electron-docs-api