PlaytimeCashbackRewardEvent

data class PlaytimeCashbackRewardEvent(val coins: Int?, val processAt: String?, val receivedAt: String?)

Cashback event.

Constructors

Link copied to clipboard
constructor(coins: Int?, processAt: String?, receivedAt: String?)

Properties

Link copied to clipboard
val coins: Int?

Amount of coins granted for the event.

Link copied to clipboard

Timestamp (ISO 8601) when the event is processed.

Link copied to clipboard

Timestamp (ISO 8601) when the event is received.