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

GAOrderUpdateV3

data class GAOrderUpdateV3 (source)

See Also

https

Constructors

<init>

GAOrderUpdateV3(type: String? = null, updateMask: String? = null, order: GAOrder, userNotification: GAUserNotification? = null, reason: String? = null)

Properties

order

val order: GAOrder

reason

val reason: String?

type

val type: String?

updateMask

val updateMask: String?

userNotification

val userNotification: GAUserNotification?