Class PaymentLink.CustomField.Label

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.CustomField.Label
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentLink.CustomField

public static class PaymentLink.CustomField.Label extends StripeObject
For more details about Label, please refer to the API Reference.
  • Constructor Details

    • Label

      public Label()
  • Method Details

    • getCustom

      public String getCustom()
      Custom text for the label, displayed to the customer. Up to 50 characters.
    • getType

      public String getType()
      The type of the label.

      Equal to custom.

    • setCustom

      public void setCustom(String custom)
      Custom text for the label, displayed to the customer. Up to 50 characters.
    • setType

      public void setType(String type)
      The type of the label.

      Equal to custom.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object