interface Buyable

Methods

int|string
getBuyableIdentifier()

Get the identifier of the Buyable item.

string
getBuyableName()

Get the description or title of the Buyable item.

float
getBuyablePrice()

Get the price of the Buyable item.

Details

at line 14
int|string getBuyableIdentifier()

Get the identifier of the Buyable item.

Return Value

int|string

at line 23
string getBuyableName()

Get the description or title of the Buyable item.

Return Value

string

at line 32
float getBuyablePrice()

Get the price of the Buyable item.

Return Value

float