Package com.stripe.model.checkout
Class Session.CustomField.Numeric
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.CustomField.Numeric
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.CustomField
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The maximum character length constraint for the customer's input.The minimum character length requirement for the customer's input.getValue()
The value entered by the customer, containing only digits.int
hashCode()
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.void
The value entered by the customer, containing only digits.Methods inherited from class com.stripe.model.StripeObject
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. -
getValue
The value entered by the customer, containing only digits. -
setMaximumLength
The maximum character length constraint for the customer's input. -
setMinimumLength
The minimum character length requirement for the customer's input. -
setValue
The value entered by the customer, containing only digits. -
equals
-
canEqual
-
hashCode
public int hashCode()
-