Package com.stripe.param.checkout
Class SessionCreateParams.CustomField.Label
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.CustomField.Label
- Enclosing class:
- SessionCreateParams.CustomField
Required. 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.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
-
Method Details
-
builder
-
getCustom
Required. Custom text for the label, displayed to the customer. Up to 50 characters. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getType
Required. The type of the label.
-