core / pragma.order / OrderRecord /
OrderRecord #
data class OrderRecord(val order: Order, val providerDetails: ProviderDetails)
A record that tracks Order information as well as additional information not provided to players.
Constructors #
OrderRecord | fun OrderRecord(proto: OrderRpc.OrderRecord) |
OrderRecord | fun OrderRecord(order: Order, providerDetails: ProviderDetails) |
Properties #
Name | Summary |
---|---|
Additional third party provider details when creating or updating the order. |