Package com.stripe.model
Class SubscriptionSchedule.PhaseItem
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.PhaseItem
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
SubscriptionSchedule
Whether Stripe automatically computes tax on invoices created during this phase.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetPlan()Get ID of expandableplanobject.Get expandedplan.getPrice()Get ID of expandablepriceobject.Get expandedprice.inthashCode()voidsetBillingThresholds(SubscriptionItem.BillingThresholds billingThresholds) voidvoidsetPlanObject(Plan expandableObject) voidvoidsetPriceObject(Price expandableObject) voidsetQuantity(Long quantity) voidsetTaxRates(List<TaxRate> taxRates) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PhaseItem
public PhaseItem()
-
-
Method Details
-
getPlan
Get ID of expandableplanobject. -
setPlan
-
getPlanObject
Get expandedplan. -
setPlanObject
-
getPrice
Get ID of expandablepriceobject. -
setPrice
-
getPriceObject
Get expandedprice. -
setPriceObject
-
getBillingThresholds
-
getQuantity
-
getTaxRates
-
setBillingThresholds
-
setQuantity
-
setTaxRates
-
equals
-
canEqual
-
hashCode
public int hashCode()
-