Sensibill Rest API
/
com.getsensibill.rest.generated.v2.model
/
CountryCode
Country
Code
enum
CountryCode
:
Enum
<
CountryCode
>
Content copied to clipboard
2 character country code (lower case)
Values: CA,US,UK,IE,ES,NL
Entries
Types
Functions
Properties
Entries
NL
Link copied to clipboard
@
SerializedName
(
value =
nl
)
NL
("nl")
Content copied to clipboard
ES
Link copied to clipboard
@
SerializedName
(
value =
es
)
ES
("es")
Content copied to clipboard
IE
Link copied to clipboard
@
SerializedName
(
value =
ie
)
IE
("ie")
Content copied to clipboard
UK
Link copied to clipboard
@
SerializedName
(
value =
uk
)
UK
("uk")
Content copied to clipboard
US
Link copied to clipboard
@
SerializedName
(
value =
us
)
US
("us")
Content copied to clipboard
CA
Link copied to clipboard
@
SerializedName
(
value =
ca
)
CA
("ca")
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard