Package com.stripe.model
Class SubscriptionSchedule.AddInvoiceItem
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.AddInvoiceItem
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
SubscriptionSchedule
-
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 quantity of the invoice item.The tax rates which apply to the item.inthashCode()voidvoidsetPriceObject(Price expandableObject) voidsetQuantity(Long quantity) The quantity of the invoice item.voidsetTaxRates(List<TaxRate> taxRates) The tax rates which apply to the item.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AddInvoiceItem
public AddInvoiceItem()
-
-
Method Details
-
getPrice
Get ID of expandablepriceobject. -
setPrice
-
getPriceObject
Get expandedprice. -
setPriceObject
-
getQuantity
The quantity of the invoice item. -
getTaxRates
The tax rates which apply to the item. When set, thedefault_tax_ratesdo not apply to this item. -
setQuantity
The quantity of the invoice item. -
setTaxRates
The tax rates which apply to the item. When set, thedefault_tax_ratesdo not apply to this item. -
equals
-
canEqual
-
hashCode
public int hashCode()
-