public static class SubscriptionSchedule.PhaseItem extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
PhaseItem() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
SubscriptionItem.BillingThresholds |
getBillingThresholds() |
java.lang.String |
getPlan()
Get ID of expandable
plan object. |
Plan |
getPlanObject()
Get expanded
plan. |
java.lang.String |
getPrice()
Get ID of expandable
price object. |
Price |
getPriceObject()
Get expanded
price. |
java.lang.Long |
getQuantity() |
java.util.List<TaxRate> |
getTaxRates() |
int |
hashCode() |
void |
setBillingThresholds(SubscriptionItem.BillingThresholds billingThresholds) |
void |
setPlan(java.lang.String id) |
void |
setPlanObject(Plan expandableObject) |
void |
setPrice(java.lang.String id) |
void |
setPriceObject(Price expandableObject) |
void |
setQuantity(java.lang.Long quantity) |
void |
setTaxRates(java.util.List<TaxRate> taxRates) |
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getPlan()
plan object.public void setPlan(java.lang.String id)
public Plan getPlanObject()
plan.public void setPlanObject(Plan expandableObject)
public java.lang.String getPrice()
price object.public void setPrice(java.lang.String id)
public Price getPriceObject()
price.public void setPriceObject(Price expandableObject)
public SubscriptionItem.BillingThresholds getBillingThresholds()
public java.lang.Long getQuantity()
public java.util.List<TaxRate> getTaxRates()
public void setBillingThresholds(SubscriptionItem.BillingThresholds billingThresholds)
public void setQuantity(java.lang.Long quantity)
public void setTaxRates(java.util.List<TaxRate> taxRates)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object