# ReceiptOptions
## Properties
**enabled** | Option<**bool**> | A public page will be accessible once the invoice is settled. If null or unspecified, it will fallback to the store's settings. (The default store settings is true) | [optional]
**show_qr** | Option<**bool**> | Show the QR code of the receipt in the public receipt page. If null or unspecified, it will fallback to the store's settings. (The default store setting is true) | [optional]
**show_payments** | Option<**bool**> | Show the payment list in the public receipt page. If null or unspecified, it will fallback to the store's settings. (The default store setting is true) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)