Package com.stripe.model
Class Quote.InvoiceSettings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.InvoiceSettings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Number of days within which a customer must pay invoices generated by this quote.int
hashCode()
void
setDaysUntilDue
(Long daysUntilDue) Number of days within which a customer must pay invoices generated by this quote.void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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 quote. This value will benull
for quotes wherecollection_method=charge_automatically
. -
getIssuer
-
setDaysUntilDue
Number of days within which a customer must pay invoices generated by this quote. This value will benull
for quotes wherecollection_method=charge_automatically
. -
setIssuer
-
equals
-
canEqual
-
hashCode
public int hashCode()
-