public static class Subscription.PendingInvoiceItemInterval extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
PendingInvoiceItemInterval() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getInterval()
Specifies invoicing frequency.
|
java.lang.Long |
getIntervalCount()
The number of intervals between invoices.
|
int |
hashCode() |
void |
setInterval(java.lang.String interval)
Specifies invoicing frequency.
|
void |
setIntervalCount(java.lang.Long intervalCount)
The number of intervals between invoices.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getInterval()
day, week, month or year.
One of day, month, week, or year.
public java.lang.Long getIntervalCount()
interval=month and interval_count=3 bills every 3 months. Maximum of one year interval allowed (1 year, 12
months, or 52 weeks).public void setInterval(java.lang.String interval)
day, week, month or year.
One of day, month, week, or year.
public void setIntervalCount(java.lang.Long intervalCount)
interval=month and interval_count=3 bills every 3 months. Maximum of one year interval allowed (1 year, 12
months, or 52 weeks).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