toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-core
/
com.stripe.android.core.model
/
Country
Country
@
Serializable
data
class
Country
(
val
code
:
CountryCode
,
val
name
:
String
)
:
Parcelable
Members
Constructors
Country
Link copied to clipboard
constructor
(
code
:
String
,
name
:
String
)
constructor
(
code
:
CountryCode
,
name
:
String
)
Properties
code
Link copied to clipboard
val
code
:
CountryCode
name
Link copied to clipboard
val
name
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)