InternalStripeFile
data class InternalStripeFile(id: String?, created: Long?, filename: String?, purpose: InternalStripeFilePurpose?, size: Int?, title: String?, type: String?, url: String?) : StripeModel
Content copied to clipboard
Internal copy of com.stripe.android.model.StripeFile. It's a public API object and can't be changed without introducing backward incompatibility. TODO(ccen): Move StripeFile to stripe-core and delete this copy during the next major version bump.
Constructors
Link copied to clipboard
fun InternalStripeFile(id: String? = null, created: Long? = null, filename: String? = null, purpose: InternalStripeFilePurpose? = null, size: Int? = null, title: String? = null, type: String? = null, url: String? = null)
Content copied to clipboard