Package com.stripe.model
Class PaymentLink.CustomField.Numeric
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.CustomField.Numeric
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentLink.CustomField
For more details about Numeric, 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 the field on the payment page.The maximum character length constraint for the customer's input.The minimum character length requirement for the customer's input.int
hashCode()
void
setDefaultValue
(String defaultValue) The value that will pre-fill the field on the payment page.void
setMaximumLength
(Long maximumLength) The maximum character length constraint for the customer's input.void
setMinimumLength
(Long minimumLength) The minimum character length requirement for the customer's input.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Numeric
public Numeric()
-
-
Method Details
-
getDefaultValue
The value that will pre-fill the field on the payment page. -
getMaximumLength
The maximum character length constraint for the customer's input. -
getMinimumLength
The minimum character length requirement for the customer's input. -
setDefaultValue
The value that will pre-fill the field on the payment page. -
setMaximumLength
The maximum character length constraint for the customer's input. -
setMinimumLength
The minimum character length requirement for the customer's input. -
equals
-
canEqual
-
hashCode
public int hashCode()
-