public enum PaymentIntentStatus
A PaymentIntentStatus
represents the state that a given class PaymentIntent
is
currently in.
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
class PaymentIntent
Enum Constant and Description |
---|
CANCELED
The
class PaymentIntent has been canceled. |
REQUIRES_CAPTURE
The
class PaymentIntent has been created and has a source, but requires capture. |
REQUIRES_CONFIRMATION
The
class PaymentIntent has been created and has a source attached, but has not yet
been confirmed. |
REQUIRES_PAYMENT_METHOD
The
class PaymentIntent has been created, but has no payment method attached to it. |
@SerializedName public static PaymentIntentStatus CANCELED
The class PaymentIntent
has been canceled.
class PaymentIntent
@SerializedName public static PaymentIntentStatus REQUIRES_CAPTURE
The class PaymentIntent
has been created and has a source, but requires capture.
class PaymentIntent
@SerializedName public static PaymentIntentStatus REQUIRES_CONFIRMATION
The class PaymentIntent
has been created and has a source attached, but has not yet
been confirmed.
class PaymentIntent
@SerializedName public static PaymentIntentStatus REQUIRES_PAYMENT_METHOD
The class PaymentIntent
has been created, but has no payment method attached to it.
class PaymentIntent