InternalStripeFilePurpose

enum InternalStripeFilePurpose : Enum<InternalStripeFilePurpose>

Internal copy of com.stripe.android.model.StripeFilePurpose. It's a public API object and can't be changed without introducing backward incompatibility. TODO(ccen): Move StripeFilePurpose to stripe-core and delete this copy during the next major version bump.

Entries

Link copied to clipboard
IdentityPrivate("identity_private")
Link copied to clipboard
TaxDocumentUserUpload("tax_document_user_upload")
Link copied to clipboard
PciDocument("pci_document")
Link copied to clipboard
IdentityDocument("identity_document")
Link copied to clipboard
DisputeEvidence("dispute_evidence")
Link copied to clipboard
CustomerSignature("customer_signature")
Link copied to clipboard
BusinessLogo("business_logo")
Link copied to clipboard
BusinessIcon("business_icon")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int