PurchasableItem

The information of the item that can buy. The function purchase must use 'gamebaseProductId' value in this class.

Since

2016-12-07

Updated in 2020-06-23 Change main key to 'gamebaseProductId' from 'itemSeq'.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var isActive: Boolean
Link copied to clipboard
Link copied to clipboard
open var itemSeq: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var price: Float
Link copied to clipboard

Functions

Link copied to clipboard
open fun from(@Nullable jsonString: String): PurchasableItem
Factory method to create VO instance.
Link copied to clipboard
open fun <T> fromJson(@NonNull json: String, classOfT: Class<T>): T
open fun <T> fromJson(@NonNull json: String, type: Type): T
open fun <T> fromJson(@NonNull jsonObject: JSONObject, classOfT: Class<T>): T
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String