MatchesObject

data class MatchesObject(@Json(name = expected_holderexpectedHolder: String, @Json(name = matchmatch: MatchesObject.MatchType)

Parameters

expectedHolder

name of the expected holder

match

Constructors

MatchesObject
Link copied to clipboard
fun MatchesObject(@Json(name = expected_holderexpectedHolder: String, @Json(name = matchmatch: MatchesObject.MatchType)
name of the expected holder

Types

MatchType
Link copied to clipboard
enum MatchType : Enum<MatchesObject.MatchType>

Properties

expectedHolder
Link copied to clipboard
var expectedHolder: String
name of the expected holder
match
Link copied to clipboard
var match: MatchesObject.MatchType