Class RequestedSession.LineItemDetail.ProductDetails.CustomAttribute

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.delegatedcheckout.RequestedSession.LineItemDetail.ProductDetails.CustomAttribute
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
RequestedSession.LineItemDetail.ProductDetails

public static class RequestedSession.LineItemDetail.ProductDetails.CustomAttribute extends StripeObject
For more details about CustomAttribute, please refer to the API Reference.
  • Constructor Details

    • CustomAttribute

      public CustomAttribute()
  • Method Details

    • getDisplayName

      public String getDisplayName()
    • getValue

      public String getValue()
    • setDisplayName

      public void setDisplayName(String displayName)
    • setValue

      public void setValue(String value)
    • 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