data class GaItemOption
(source)
<init> |
GaItemOption(id: String? = null, name: String? = null, prices: List<GAPriceAttribute>? = emptyList(), note: String? = null, quantity: Int? = null, productId: String?) |
id |
val id: String? |
name |
val name: String? |
note |
val note: String? |
prices |
val prices: List<GAPriceAttribute>? |
productId |
val productId: String? |
quantity |
val quantity: Int? |