UserResponseDtoReceiptCounts
data class UserResponseDtoReceiptCounts(favorite: Int?, thisMonth: Int?, total: Int?)
Content copied to clipboard
Parameters
favorite
@param thisMonth * @param total
Constructors
UserResponseDtoReceiptCounts
Link copied to clipboard
fun UserResponseDtoReceiptCounts(favorite: Int? = null, thisMonth: Int? = null, total: Int? = null)
Content copied to clipboard
@param thisMonth * @param total