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
For more details about Dropdown, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Option, 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
The value that will pre-fill on the payment page.The options available for the customer to select.int
hashCode()
void
setDefaultValue
(String defaultValue) The value that will pre-fill on the payment page.void
The options available for the customer to select.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Dropdown
public Dropdown()
-
-
Method Details
-
getDefaultValue
The value that will pre-fill on the payment page. -
getOptions
The options available for the customer to select. Up to 200 options allowed. -
setDefaultValue
The value that will pre-fill on the payment page. -
setOptions
The options available for the customer to select. Up to 200 options allowed. -
equals
-
canEqual
-
hashCode
public int hashCode()
-