PrintOptions (object)
| Field | Type | Description |
|---|---|---|
| show_contact_number | boolean | Show contact number |
| show_folding_marks | boolean | Show folding marks |
| show_footer | boolean | Show footer |
| show_header | boolean | Show header |
| show_item_prices | boolean | Show item prices |
| show_item_quantities | boolean | Show item quantities |
| show_item_sku | boolean | Show item SKU |
| show_item_tax_rate | boolean | Show item tax rate |
| show_item_totals | boolean | Show item totals |
| show_logo | boolean | Show logo |
| show_logo_text | boolean | Show logo text |
| show_page_numbers | boolean | Show page numbers |
| show_signature_field | boolean | Show signature field |
| show_terms | boolean | Show terms |
| show_totals | boolean | Show totals |
Example (JSON)
{
"show_logo": true,
"show_logo_text": true,
"show_header": true,
"show_footer": true,
"show_page_numbers": true,
"show_folding_marks": true
}