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 boolean
boolean
getPrice()
Get ID of expandableprice
object.Get expandedprice
.The quantity of the invoice item.The tax rates which apply to the item.int
hashCode()
void
void
setPriceObject
(Price expandableObject) void
setQuantity
(Long quantity) The quantity of the invoice item.void
setTaxRates
(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 expandableprice
object. -
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_rates
do 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_rates
do not apply to this item. -
equals
-
canEqual
-
hashCode
public int hashCode()
-