data class GAPriceAttribute
(source)
See Also
<init> |
GAPriceAttribute(type: GAMoneyType, name: String, state: GAPriceState, taxIncluded: Boolean?, amount: GAMoneyV3?) |
amount |
val amount: GAMoneyV3? |
name |
val name: String |
state |
val state: GAPriceState |
taxIncluded |
val taxIncluded: Boolean? |
type |
val type: GAMoneyType |