Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.Alma
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.Alma
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.PaymentMethodOptions
For more details about Alma, 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 boolean
boolean
Controls when the funds will be captured from the customer's account.int
hashCode()
void
setCaptureMethod
(String captureMethod) Controls when the funds will be captured from the customer's account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Alma
public Alma()
-
-
Method Details
-
getCaptureMethod
Controls when the funds will be captured from the customer's account.Equal to
manual
. -
setCaptureMethod
Controls when the funds will be captured from the customer's account.Equal to
manual
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-