Package com.stripe.param
Class QuoteUpdateParams.InvoiceSettings
java.lang.Object
com.stripe.param.QuoteUpdateParams.InvoiceSettings
- Enclosing class:
- QuoteUpdateParams
ID of the promotion code to create a new discount for.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classRequired. The value of the custom field. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanA list of up to 4 custom fields to be displayed on the invoice.Number of days within which a customer must pay the invoice generated by this quote.An arbitrary string attached to the object.Map of extra parameters for custom features not available in this client library.Footer to be displayed on the invoice.The connected account that issues the invoice.inthashCode()
-
Method Details
-
builder
-
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 the invoice 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. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getIssuer
The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-