stripe-android
payments-core
/
com.stripe.android.model
/
SetupIntent
/
CancellationReason
Cancellation
Reason
enum
CancellationReason
:
Enum
<
SetupIntent.CancellationReason
>
Content copied to clipboard
Reason for cancellation of a
SetupIntent
.
Entries
Properties
Entries
Abandoned
Link copied to clipboard
Abandoned
(
"abandoned"
)
Content copied to clipboard
RequestedByCustomer
Link copied to clipboard
RequestedByCustomer
(
"requested_by_customer"
)
Content copied to clipboard
Duplicate
Link copied to clipboard
Duplicate
(
"duplicate"
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard