Package com.stripe.model
Class AutomaticPaymentMethodsPaymentIntent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AutomaticPaymentMethodsPaymentIntent
- All Implemented Interfaces:
StripeObjectInterface
-
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
-
AutomaticPaymentMethodsPaymentIntent
public AutomaticPaymentMethodsPaymentIntent()
-
-
Method Details