Package com.stripe.model
Class SubscriptionSchedule.DefaultSettings.InvoiceSettings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.DefaultSettings.InvoiceSettings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule.DefaultSettings
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Number of days within which a customer must pay invoices generated by this subscription schedule.int
hashCode()
void
setDaysUntilDue
(Long daysUntilDue) Number of days within which a customer must pay invoices generated by this subscription schedule.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceSettings
public InvoiceSettings()
-
-
Method Details
-
getDaysUntilDue
Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benull
for subscription schedules wherebilling=charge_automatically
. -
setDaysUntilDue
Number of days within which a customer must pay invoices generated by this subscription schedule. This value will benull
for subscription schedules wherebilling=charge_automatically
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-