stripe-android
androidJvm
stripe-core
/
com.stripe.android.core.model
/
CountryCode
/
Companion
Companion
object
Companion
Functions
Properties
Functions
create
Link copied to clipboard
fun
create
(
value
:
String
)
:
CountryCode
is
CA
Link copied to clipboard
fun
isCA
(
countryCode
:
CountryCode
?
)
:
Boolean
is
GB
Link copied to clipboard
fun
isGB
(
countryCode
:
CountryCode
?
)
:
Boolean
is
US
Link copied to clipboard
fun
isUS
(
countryCode
:
CountryCode
?
)
:
Boolean
Properties
CA
Link copied to clipboard
val
CA
:
CountryCode
GB
Link copied to clipboard
val
GB
:
CountryCode
US
Link copied to clipboard
val
US
:
CountryCode