Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.CardPresent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.CardPresent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentMethodOptions
Specifies the type of mandates supported. Possible values are
india
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Request ability to capture this payment beyond the standard authorization validity window.Request ability to increment this PaymentIntent if the combination of MCC and card brand is eligible.int
hashCode()
void
setRequestExtendedAuthorization
(Boolean requestExtendedAuthorization) Request ability to capture this payment beyond the standard authorization validity window.void
setRequestIncrementalAuthorizationSupport
(Boolean requestIncrementalAuthorizationSupport) Request ability to increment this PaymentIntent if the combination of MCC and card brand is eligible.void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardPresent
public CardPresent()
-
-
Method Details
-
getRequestExtendedAuthorization
Request ability to capture this payment beyond the standard authorization validity window. -
getRequestIncrementalAuthorizationSupport
Request ability to increment this PaymentIntent if the combination of MCC and card brand is eligible. Check incremental_authorization_supported in the Confirm response to verify support. -
getRouting
-
setRequestExtendedAuthorization
Request ability to capture this payment beyond the standard authorization validity window. -
setRequestIncrementalAuthorizationSupport
public void setRequestIncrementalAuthorizationSupport(Boolean requestIncrementalAuthorizationSupport) Request ability to increment this PaymentIntent if the combination of MCC and card brand is eligible. Check incremental_authorization_supported in the Confirm response to verify support. -
setRouting
-
equals
-
canEqual
-
hashCode
public int hashCode()
-