Package com.stripe.model.v2.tax
Class ManualRule.Product
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.tax.ManualRule.Product
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ManualRule
For more details about Product, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe licensed item identifier.The metered item identifier.The tax code for the product.getType()The type of the product.inthashCode()voidsetLicensedItem(String licensedItem) The licensed item identifier.voidsetMeteredItem(String meteredItem) The metered item identifier.voidsetTaxCode(String taxCode) The tax code for the product.voidThe type of the product.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Product
public Product()
-
-
Method Details
-
getLicensedItem
The licensed item identifier. -
getMeteredItem
The metered item identifier. -
getTaxCode
The tax code for the product. -
getType
The type of the product.One of
licensed_item,metered_item, ortax_code. -
setLicensedItem
The licensed item identifier. -
setMeteredItem
The metered item identifier. -
setTaxCode
The tax code for the product. -
setType
The type of the product.One of
licensed_item,metered_item, ortax_code. -
equals
-
canEqual
-
hashCode
public int hashCode()
-