stripe-android
stripe-core
/
com.stripe.android.core.model
Package
com.
stripe.
android.
core.
model
Types
Functions
Types
Country
Link copied to clipboard
data
class
Country
(
code
:
CountryCode
,
name
:
String
)
Content copied to clipboard
Country
Code
Link copied to clipboard
data
class
CountryCode
(
value
:
String
)
:
Parcelable
Content copied to clipboard
Country
Utils
Link copied to clipboard
object
CountryUtils
Content copied to clipboard
Stripe
Json
Utils
Link copied to clipboard
object
StripeJsonUtils
Content copied to clipboard
A set of JSON parsing utility functions.
Stripe
Model
Link copied to clipboard
interface
StripeModel
:
Parcelable
Content copied to clipboard
Model for a Stripe API object.
Functions
get
Country
Code
Link copied to clipboard
fun
Locale
.
getCountryCode
(
)
:
CountryCode
Content copied to clipboard