stripe-android
stripe-core
/
com.stripe.android.core.model
/
Country
Country
data
class
Country
(
val
code
:
CountryCode
,
val
name
:
String
)
Constructors
Functions
Properties
Constructors
Country
Link copied to clipboard
fun
Country
(
code
:
String
,
name
:
String
)
Country
Link copied to clipboard
fun
Country
(
code
:
CountryCode
,
name
:
String
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
code
Link copied to clipboard
val
code
:
CountryCode
name
Link copied to clipboard
val
name
:
String