Package com.stripe.model
Class Subscription.PaymentSettings.PaymentMethodOptions.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PaymentSettings.PaymentMethodOptions.Card
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Subscription.PaymentSettings.PaymentMethodOptions
-
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
int
hashCode()
void
setMandateOptions
(Subscription.PaymentSettings.PaymentMethodOptions.Card.MandateOptions mandateOptions) void
setNetwork
(String network) void
setRequestThreeDSecure
(String requestThreeDSecure) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Card
public Card()
-
-
Method Details
-
getMandateOptions
-
getNetwork
-
getRequestThreeDSecure
-
setMandateOptions
public void setMandateOptions(Subscription.PaymentSettings.PaymentMethodOptions.Card.MandateOptions mandateOptions) -
setNetwork
-
setRequestThreeDSecure
-
equals
-
canEqual
-
hashCode
public int hashCode()
-