Package com.stripe.android.core
Types
Link copied to clipboard
Link copied to clipboard
A class that represents a Stripe API version.
Link copied to clipboard
Internal copy of com.stripe.android.AppInfo. It's a public API object and can't be changed without introducing backward incompatibility. TODO(ccen): Move AppInfo to stripe-core and delete this copy during the next major version bump.
Link copied to clipboard
data class StripeError constructor(type: String?, message: String?, code: String?, param: String?, declineCode: String?, charge: String?, docUrl: String?) : StripeModel, Serializable
Content copied to clipboard
A model representing a Stripe Errors object.