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 classFor more details about Discount, please refer to the API Reference.static classFor 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 booleanbooleangetPrice()Get ID of expandablepriceobject.Get expandedprice.getTrial()inthashCode()voidsetDiscounts(List<QuoteLine.Action.SetItem.Discount> discounts) voidsetMetadata(Map<String, String> metadata) voidvoidsetPriceObject(Price expandableObject) voidsetQuantity(Long quantity) voidsetTaxRates(List<TaxRate> taxRates) voidvoidsetTrialOffer(String trialOffer) 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 expandablepriceobject. -
setPrice
-
getPriceObject
Get expandedprice. -
setPriceObject
-
getDiscounts
-
getMetadata
-
getQuantity
-
getTaxRates
-
getTrial
-
getTrialOffer
-
setDiscounts
-
setMetadata
-
setQuantity
-
setTaxRates
-
setTrial
-
setTrialOffer
-
equals
-
canEqual
-
hashCode
public int hashCode()
-