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, toString
public java.lang.Long getDaysUntilDue()
public void setDaysUntilDue(java.lang.Long daysUntilDue)
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