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
-
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.getValue()
The value entered by the customer, containing only digits.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.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
-
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. -
getValue
The value entered by the customer, containing only digits. -
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. -
setValue
The value entered by the customer, containing only digits. -
equals
-
canEqual
-
hashCode
public int hashCode()
-