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.
-
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
.int
hashCode()
void
void
setPriceObject
(Price expandableObject) void
setQuantity
(Long quantity) void
setTaxRates
(List<TaxRate> taxRates) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AddInvoiceItem
public AddInvoiceItem()
-
-
Method Details