data class GAOrderUpdateV3
(source)
See Also
<init> |
GAOrderUpdateV3(type: String? = null, updateMask: String? = null, order: GAOrder, userNotification: GAUserNotification? = null, reason: String? = null) |
order |
val order: GAOrder |
reason |
val reason: String? |
type |
val type: String? |
updateMask |
val updateMask: String? |
userNotification |
val userNotification: GAUserNotification? |