Gifts

@Serializable
data class Gifts(val totalGiven: Double? = null, val totalReceived: Double? = null)

Constructors

Link copied to clipboard
constructor(totalGiven: Double? = null, totalReceived: Double? = null)

Properties

Link copied to clipboard
@SerialName(value = "total_given")
val totalGiven: Double? = null
Link copied to clipboard
@SerialName(value = "total_received")
val totalReceived: Double? = null