Package com.stripe.model
Class SubscriptionSchedule.Phase.AddInvoiceItem
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.Phase.AddInvoiceItem
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule.Phase
An Add Invoice Item describes the prices and quantities that will be added as pending invoice
items when entering a phase.
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The stackable discounts that will be applied to the item.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
The stackable discounts that will be applied to the item.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
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AddInvoiceItem
public AddInvoiceItem()
-
-
Method Details
-
getPrice
Get ID of expandableprice
object. -
setPrice
-
getPriceObject
Get expandedprice
. -
setPriceObject
-
getDiscounts
The stackable discounts that will be applied to the item. -
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. -
setDiscounts
The stackable discounts that will be applied to the 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()
-