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
For more details about CardPresent, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Routing, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanControls when the funds will be captured from the customer's account.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.inthashCode()voidsetCaptureMethod(String captureMethod) Controls when the funds will be captured from the customer's account.voidsetRequestExtendedAuthorization(Boolean requestExtendedAuthorization) Request ability to capture this payment beyond the standard authorization validity window.voidsetRequestIncrementalAuthorizationSupport(Boolean requestIncrementalAuthorizationSupport) Request ability to increment this PaymentIntent if the combination of MCC and card brand is eligible.voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardPresent
public CardPresent()
-
-
Method Details
-
getCaptureMethod
Controls when the funds will be captured from the customer's account.One of
manual, ormanual_preferred. -
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
-
setCaptureMethod
Controls when the funds will be captured from the customer's account.One of
manual, ormanual_preferred. -
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()
-