Header menu logo fable-electron-docs-api

Opts Type

Constructors

Constructor Description

Opts(?quantity, ?username)

Full Usage: Opts(?quantity, ?username)

Parameters:
    ?quantity : 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
?quantity : 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

this.quantity

Full Usage: this.quantity

The number of items the user wants to purchase.

this.username

Full Usage: this.username

The string that associates the transaction with a user account on your service (applicationUsername).

Type something to start searching.