Xsolla Store SDK for Android/com.xsolla.android.store.entity.request.payment/PurchaseObjectItem PurchaseObjectItem data class PurchaseObjectItem( val name: String, val imageUrl: String, val description: String, val price: Price, val quantity: Int, val isBonus: Boolean)Content copied to clipboard ConstructorsPropertiesSources Constructors PurchaseObjectItem Link copied to clipboard fun PurchaseObjectItem( name: String, imageUrl: String, description: String, price: Price, quantity: Int, isBonus: Boolean)Content copied to clipboard Properties description Link copied to clipboard val description: StringContent copied to clipboard imageUrl Link copied to clipboard @SerializedName(value = "image_url")val imageUrl: StringContent copied to clipboard isBonus Link copied to clipboard @SerializedName(value = "is_bonus")val isBonus: BooleanContent copied to clipboard name Link copied to clipboard val name: StringContent copied to clipboard price Link copied to clipboard val price: PriceContent copied to clipboard quantity Link copied to clipboard val quantity: IntContent copied to clipboard Sources Store SDK source Link copied to clipboard