PurchasableResult

data class PurchasableResult(val code: Int, val message: String, val cause: Throwable?, val receipt: PurchasableReceipt?) : ValueObject

Constructors

Link copied to clipboard
constructor(code: Int, message: String, cause: Throwable?, receipt: PurchasableReceipt?)

Properties

Link copied to clipboard
Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard