UserResponseDtoReceiptCounts

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

Parameters

favorite
  • @param thisMonth * @param total

Constructors

UserResponseDtoReceiptCounts
Link copied to clipboard
fun UserResponseDtoReceiptCounts(favorite: Int? = null, thisMonth: Int? = null, total: Int? = null)
  • @param thisMonth * @param total

Properties

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

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