PurchasableReceipt

The information of the item that is paid. This information are used just for the confirmation of the function.

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
open var expiryTime: Long
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
Link copied to clipboard
open var price: Float
Link copied to clipboard
Link copied to clipboard
open var purchaseTime: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun from(@Nullable jsonString: String): PurchasableReceipt
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setGamebaseProductId(@Nullable gamebaseProductId: String)
Link copied to clipboard
open fun setUserId(@NonNull userId: String)
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String