Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Invoice.Rendering.Pdf{page_size: String.t() | nil}
page_size- Page size of invoice pdf. Options include a4, letter, and auto. If set to auto, page size will be switched to a4 or letter based on customer locale. Possible values:a4,auto,letter. Nullable.