Class InvoiceUpdateParams.Rendering.Pdf.Builder

java.lang.Object
com.stripe.param.InvoiceUpdateParams.Rendering.Pdf.Builder
Enclosing class:
InvoiceUpdateParams.Rendering.Pdf

public static class InvoiceUpdateParams.Rendering.Pdf.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      Finalize and obtain parameter instance from this builder.
    • putExtraParam

      public InvoiceUpdateParams.Rendering.Pdf.Builder putExtraParam(String key, Object value)
      Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See InvoiceUpdateParams.Rendering.Pdf.extraParams for the field documentation.
    • putAllExtraParam

      Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See InvoiceUpdateParams.Rendering.Pdf.extraParams for the field documentation.
    • setPageSize

      Page size for invoice PDF. Can be set to a4, letter, or auto. If set to auto, invoice PDF page size defaults to a4 for customers with Japanese locale and letter for customers with other locales.