Class PaymentLinkUpdateParams.CustomField.Label

java.lang.Object
com.stripe.param.PaymentLinkUpdateParams.CustomField.Label
Enclosing class:
PaymentLinkUpdateParams.CustomField

public static class PaymentLinkUpdateParams.CustomField.Label extends Object
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.
  • Method Details

    • builder

    • getCustom

      public Object getCustom()
      Required. Custom text for the label, displayed to the customer. Up to 50 characters.
    • getExtraParams

      public Map<String,Object> 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.