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

GAOrder

data class GAOrder (source)

See Also

https

Constructors

<init>

GAOrder(googleOrderId: String? = null, merchantOrderId: String, buyerInfo: GAUserInfo? = null, image: GAImage? = null, createTime: String, lastUpdateTime: String? = null, transactionMerchant: GAMerchant? = null, contents: GAContents, priceAttributes: List<GAPriceAttribute>? = emptyList(), followUpActions: List<GAActionV3>? = emptyList(), termsOfServiceUrl: String? = null, note: String? = null, purchase: GAPurchaseOrderExtension? = null, ticket: GATicketOrderExtension? = null)

Properties

buyerInfo

val buyerInfo: GAUserInfo?

contents

val contents: GAContents

createTime

val createTime: String

followUpActions

val followUpActions: List<GAActionV3>?

googleOrderId

val googleOrderId: String?

image

val image: GAImage?

lastUpdateTime

val lastUpdateTime: String?

merchantOrderId

val merchantOrderId: String

note

val note: String?

priceAttributes

val priceAttributes: List<GAPriceAttribute>?

purchase

val purchase: GAPurchaseOrderExtension?

termsOfServiceUrl

val termsOfServiceUrl: String?

ticket

val ticket: GATicketOrderExtension?

transactionMerchant

val transactionMerchant: GAMerchant?