Package com.stripe.android.core.model

Types

Link copied to clipboard
data class Country(code: CountryCode, name: String)
Link copied to clipboard
data class CountryCode(value: String) : Parcelable
Link copied to clipboard
object CountryUtils
Link copied to clipboard
object StripeJsonUtils

A set of JSON parsing utility functions.

Link copied to clipboard
interface StripeModel : Parcelable

Model for a Stripe API object.

Functions

Link copied to clipboard
fun Locale.getCountryCode(): CountryCode