PurchasableSubscriptionStatus

The information of the purchased subscriptions.

Since

Added 2.40.0.

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
open var statusCode: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
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