Package com.stripe.android.core.model
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
A set of JSON parsing utility functions.
Link copied to clipboard
Model for a Stripe API object.