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 booleanbooleangetPrice()Get ID of expandablepriceobject.Get expandedprice.The ID of the product this item is associated with.inthashCode()voidvoidsetPriceObject(Price expandableObject) voidsetProduct(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
Get ID of expandablepriceobject. -
setPrice
-
getPriceObject
Get expandedprice. -
setPriceObject
-
getProduct
The ID of the product this item is associated with. -
setProduct
The ID of the product this item is associated with. -
equals
-
canEqual
-
hashCode
public int hashCode()
-