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 booleanbooleanThe maximum character length constraint for the customer's input.The minimum character length requirement for the customer's input.inthashCode()voidsetMaximumLength(Long maximumLength) The maximum character length constraint for the customer's input.voidsetMinimumLength(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
-
getMaximumLength
The maximum character length constraint for the customer's input. -
getMinimumLength
The minimum character length requirement for the customer's input. -
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()
-