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