Class Invoice.CustomField

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

public static class Invoice.CustomField extends StripeObject
Get expanded account.
  • Constructor Details

    • CustomField

      public CustomField()
  • Method Details

    • getName

      public String getName()
      The name of the custom field.
    • getValue

      public String getValue()
      The value of the custom field.
    • setName

      public void setName(String name)
      The name of the custom field.
    • setValue

      public void setValue(String value)
      The value of the custom field.
    • 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