Class InvoiceCreateParams.Rendering

java.lang.Object
com.stripe.param.InvoiceCreateParams.Rendering
Enclosing class:
InvoiceCreateParams

public static class InvoiceCreateParams.Rendering extends Object
  • Method Details

    • builder

      public static InvoiceCreateParams.Rendering.Builder builder()
    • getAmountTaxDisplay

      public ApiRequestParams.EnumParam getAmountTaxDisplay()
      How line-item prices and amounts will be displayed with respect to tax on invoice PDFs. One of exclude_tax or include_inclusive_tax. include_inclusive_tax will include inclusive tax (and exclude exclusive tax) in invoice PDF amounts. exclude_tax will exclude all tax (inclusive and exclusive alike) from invoice PDF amounts.
    • getExtraParams

      public Map<String,Object> 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 @SerializedName value. 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.
    • getPdf

      Invoice pdf rendering options.
    • getTemplate

      public String getTemplate()
      ID of the invoice rendering template to use for this invoice.
    • getTemplateVersion

      public Object getTemplateVersion()
      The specific version of invoice rendering template to use for this invoice.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object