Package com.stripe.model.checkout
Class Session.CustomField.Label
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.CustomField.Label
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.CustomField
The value for this option, not displayed to the customer, used by your integration to
reconcile the option selected by the customer. Must be unique to this option,
alphanumeric, and up to 100 characters.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Label
public Label()
-
-
Method Details
-
getCustom
Custom text for the label, displayed to the customer. Up to 50 characters. -
getType
The type of the label.Equal to
custom
. -
setCustom
Custom text for the label, displayed to the customer. Up to 50 characters. -
setType
The type of the label.Equal to
custom
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-