Package com.stripe.model
Class InvoiceItem.Pricing.PriceDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceItem.Pricing.PriceDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceItem.Pricing
For more details about PriceDetails, 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 boolean
boolean
getPrice()
The ID of the price this item is associated with.The ID of the product this item is associated with.int
hashCode()
void
The ID of the price this item is associated with.void
setProduct
(String product) The ID of the product this item is associated with.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PriceDetails
public PriceDetails()
-
-
Method Details
-
getPrice
The ID of the price this item is associated with. -
getProduct
The ID of the product this item is associated with. -
setPrice
The ID of the price this item is associated with. -
setProduct
The ID of the product this item is associated with. -
equals
-
canEqual
-
hashCode
public int hashCode()
-