alias Stripe::InvoicesResourceInvoiceRenderingPdf

Overview

Invoice pdf rendering options

Alias Definition

Stripe::InvoiceRenderingPdf

Defined in:

stripe/models/invoices_resource_invoice_rendering_pdf.cr

Constant Summary

ERROR_MESSAGE_FOR_PAGE_SIZE = "invalid value for \"page_size\", must be one of [a4, auto, letter]."
VALID_VALUES_FOR_PAGE_SIZE = String.static_array("a4", "auto", "letter")