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
For more details about InvoiceSettings, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about CustomField, please refer to the API Reference.static classFor more details about Issuer, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA list of up to 4 custom fields to be displayed on the invoice.Number of days within which a customer must pay invoices generated by this quote.An arbitrary string attached to the object.Footer to be displayed on the invoice.inthashCode()voidsetCustomFields(List<Quote.InvoiceSettings.CustomField> customFields) A list of up to 4 custom fields to be displayed on the invoice.voidsetDaysUntilDue(Long daysUntilDue) Number of days within which a customer must pay invoices generated by this quote.voidsetDescription(String description) An arbitrary string attached to the object.voidFooter to be displayed on the invoice.voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InvoiceSettings
public InvoiceSettings()
-
-
Method Details
-
getCustomFields
A list of up to 4 custom fields to be displayed on the invoice. -
getDaysUntilDue
Number of days within which a customer must pay invoices generated by this quote. This value will benullfor quotes wherecollection_method=charge_automatically. -
getDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
getIssuer
-
setCustomFields
A list of up to 4 custom fields to be displayed on the invoice. -
setDaysUntilDue
Number of days within which a customer must pay invoices generated by this quote. This value will benullfor quotes wherecollection_method=charge_automatically. -
setDescription
An arbitrary string attached to the object. Often useful for displaying to users. -
setIssuer
-
equals
-
canEqual
-
hashCode
public int hashCode()
-