Stripe.Params.InvoiceCreateParams.Rendering.Pdf (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.InvoiceCreateParams.Rendering.Pdf{
  page_size: String.t() | nil
}
  • page_size - 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. Possible values: a4, auto, letter.