public static class SubscriptionSchedule.AddInvoiceItem extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
AddInvoiceItem() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPrice()
Get ID of expandable
price object. |
Price |
getPriceObject()
Get expanded
price . |
java.lang.Long |
getQuantity()
The quantity of the invoice item.
|
int |
hashCode() |
void |
setPrice(java.lang.String id) |
void |
setPriceObject(Price expandableObject) |
void |
setQuantity(java.lang.Long quantity)
The quantity of the invoice item.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getPrice()
price
object.public void setPrice(java.lang.String id)
public Price getPriceObject()
price
.public void setPriceObject(Price expandableObject)
public java.lang.Long getQuantity()
public void setQuantity(java.lang.Long quantity)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object