Package com.stripe.model
Class PaymentIntent.AutomaticPaymentMethods
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.AutomaticPaymentMethods
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent
Portion of the amount that corresponds to a tip.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAutomatically calculates compatible payment methods.inthashCode()voidsetEnabled(Boolean enabled) Automatically calculates compatible payment methods.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AutomaticPaymentMethods
public AutomaticPaymentMethods()
-
-
Method Details