Package com.stripe.model.v2.billing
Class Cadence.SettingsData.Collection.PaymentMethodOptions.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.Cadence.SettingsData.Collection.PaymentMethodOptions.Card
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cadence.SettingsData.Collection.PaymentMethodOptions
This sub-hash contains details about the Card payment method options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Configuration options for setting up an eMandate for cards issued in India. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setMandateOptions
(Cadence.SettingsData.Collection.PaymentMethodOptions.Card.MandateOptions mandateOptions) void
setNetwork
(String network) void
setRequestThreeDSecure
(String requestThreeDSecure) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Card
public Card()
-
-
Method Details
-
getMandateOptions
-
getNetwork
-
getRequestThreeDSecure
-
setMandateOptions
public void setMandateOptions(Cadence.SettingsData.Collection.PaymentMethodOptions.Card.MandateOptions mandateOptions) -
setNetwork
-
setRequestThreeDSecure
-
equals
-
canEqual
-
hashCode
public int hashCode()
-