Package com.stripe.model
Class QuoteLine.Action.SetItem
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuoteLine.Action.SetItem
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuoteLine.Action
For more details about SetItem, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Discount, please refer to the API Reference.static class
For more details about Trial, 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()
Get ID of expandableprice
object.Get expandedprice
.getTrial()
int
hashCode()
void
setDiscounts
(List<QuoteLine.Action.SetItem.Discount> discounts) void
setMetadata
(Map<String, String> metadata) void
void
setPriceObject
(Price expandableObject) void
setQuantity
(Long quantity) void
setTaxRates
(List<TaxRate> taxRates) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SetItem
public SetItem()
-
-
Method Details
-
getPrice
Get ID of expandableprice
object. -
setPrice
-
getPriceObject
Get expandedprice
. -
setPriceObject
-
getDiscounts
-
getMetadata
-
getQuantity
-
getTaxRates
-
getTrial
-
setDiscounts
-
setMetadata
-
setQuantity
-
setTaxRates
-
setTrial
-
equals
-
canEqual
-
hashCode
public int hashCode()
-