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
data class StripeFile constructor(id: String?, created: Long?, filename: String?, purpose: StripeFilePurpose?, size: Int?, title: String?, type: String?, url: String?) : StripeModel
Link copied to clipboard
data class StripeFileParams(file: File, purpose: StripeFilePurpose)
Link copied to clipboard
enum StripeFilePurpose : Enum<StripeFilePurpose>

The purpose of the uploaded file. Possible values are business_icon, business_logo, customer_signature, dispute_evidence, identity_document, pci_document, or tax_document_user_upload.

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