tock / ai.tock.bot.connector.ga.model.response.transaction.v3 / GaItemOption

GaItemOption

data class GaItemOption (source)

Constructors

<init>

GaItemOption(id: String? = null, name: String? = null, prices: List<GAPriceAttribute>? = emptyList(), note: String? = null, quantity: Int? = null, productId: String?)

Properties

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?