UserResponseDtoReceiptCounts

data class UserResponseDtoReceiptCounts(val favorite: Int? = null, val thisMonth: Int? = null, val total: Int? = null)

Parameters

favorite
thisMonth
total

Constructors

Link copied to clipboard
constructor(favorite: Int? = null, thisMonth: Int? = null, total: Int? = null)

Properties

Link copied to clipboard
@SerializedName(value = "favorite")
val favorite: Int? = null
Link copied to clipboard
@SerializedName(value = "thisMonth")
val thisMonth: Int? = null
Link copied to clipboard
@SerializedName(value = "total")
val total: Int? = null