InternalStripeFileParams
data class InternalStripeFileParams(file: File, purpose: InternalStripeFilePurpose)
Content copied to clipboard
Internal copy of com.stripe.android.model.StripeFileParams. It's a public API object and can't be changed without introducing backward incompatibility. TODO(ccen): Move StripeFileParams to stripe-core and delete this copy during the next major version bump.
Constructors
Link copied to clipboard
fun InternalStripeFileParams(file: File, purpose: InternalStripeFilePurpose)
Content copied to clipboard