Package com.stripe.model
Class PaymentLink.CustomField.Dropdown
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.CustomField.Dropdown
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink.CustomField
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The options available for the customer to select.int
hashCode()
void
The options available for the customer to select.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Dropdown
public Dropdown()
-
-
Method Details