Class ManualRule.Product

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.tax.ManualRule.Product
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ManualRule

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

    • Product

      public Product()
  • Method Details

    • getLicensedItem

      public String getLicensedItem()
      The licensed item identifier.
    • getMeteredItem

      public String getMeteredItem()
      The metered item identifier.
    • getTaxCode

      public String getTaxCode()
      The tax code for the product.
    • getType

      public String getType()
      The type of the product.

      One of licensed_item, metered_item, or tax_code.

    • setLicensedItem

      public void setLicensedItem(String licensedItem)
      The licensed item identifier.
    • setMeteredItem

      public void setMeteredItem(String meteredItem)
      The metered item identifier.
    • setTaxCode

      public void setTaxCode(String taxCode)
      The tax code for the product.
    • setType

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

      One of licensed_item, metered_item, or tax_code.

    • 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