Package com.stripe.model.v2.billing
Class CollectionSetting.PaymentMethodOptions.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.CollectionSetting.PaymentMethodOptions.Card
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CollectionSetting.PaymentMethodOptions
For more details about Card, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about MandateOptions, 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
int
hashCode()
void
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(CollectionSetting.PaymentMethodOptions.Card.MandateOptions mandateOptions) -
setNetwork
-
setRequestThreeDSecure
-
equals
-
canEqual
-
hashCode
public int hashCode()
-