Class RequestedSession.LineItemDetail.ProductDetails.Disclosure

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

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

    • Disclosure

      public Disclosure()
  • Method Details

    • getContent

      public String getContent()
    • getContentType

      public String getContentType()
    • getType

      public String getType()
    • setContent

      public void setContent(String content)
    • setContentType

      public void setContentType(String contentType)
    • setType

      public void setType(String type)
    • 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