public static class SubscriptionSchedule.InvoiceSettings extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
InvoiceSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getDaysUntilDue()
Number of days within which a customer must pay invoices generated by this subscription
schedule.
|
int |
hashCode() |
void |
setDaysUntilDue(java.lang.Long daysUntilDue)
Number of days within which a customer must pay invoices generated by this subscription
schedule.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.Long getDaysUntilDue()
null for subscription schedules where billing=charge_automatically.public void setDaysUntilDue(java.lang.Long daysUntilDue)
null for subscription schedules where billing=charge_automatically.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