stripe-android
stripe-core
/
com.stripe.android.core.networking
/
StripeRequest
/
MimeType
Mime
Type
enum
MimeType
:
Enum
<
StripeRequest.MimeType
>
Content copied to clipboard
Entries
Functions
Properties
Entries
Json
Link copied to clipboard
Json
(
"application/json"
)
Content copied to clipboard
MultipartForm
Link copied to clipboard
MultipartForm
(
"multipart/form-data"
)
Content copied to clipboard
Form
Link copied to clipboard
Form
(
"application/x-www-form-urlencoded"
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
code
Link copied to clipboard
val
code
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard