toggle menu
adyen-android
androidJvm
switch theme
search in API
ui-core
/
com.adyen.checkout.ui.core.internal.ui.model
/
CountryModel
Country
Model
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
CountryModel
(
val
isoCode
:
String
,
val
countryName
:
String
,
val
callingCode
:
String
)
Members
Constructors
Country
Model
Link copied to clipboard
constructor
(
isoCode
:
String
,
countryName
:
String
,
callingCode
:
String
)
Properties
calling
Code
Link copied to clipboard
val
callingCode
:
String
country
Name
Link copied to clipboard
val
countryName
:
String
iso
Code
Link copied to clipboard
val
isoCode
:
String
Functions
to
Short
String
Link copied to clipboard
fun
toShortString
(
)
:
String