eboekhouden 1.0.2

OpenAPI client for e-Boekhouden.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# CreateInvoiceMutation

## Properties

| Name                        | Type               | Description                                                                                                                                                                                                                                                                                                                                                                                                  | Notes      |
| --------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------- |
| **description**             | Option<**String**> | Description of the mutation.<br><div><h3>Error codes</h3><table><tr><td><a href=\"#FACT_VERWERK_002\">FACT_VERWERK_002</a></td><td>Description is too long.</td></table></div>                                                                                                                                                                                                                               | [optional] |
| **check_payment_reference** | Option<**bool**>   | If true, the provided `paymentReference` will be validated for uniqueness.                                                                                                                                                                                                                                                                                                                                   | [optional] |
| **payment_reference**       | Option<**String**> | A reference that uniquely identifies the mutation.<br><div><h3>Error codes</h3><table><tr><td><a href=\"#FACT_VERWERK_003\">FACT_VERWERK_003</a></td><td>Payment reference is too long.</td><tr><td><a href=\"#FACT_VERWERK_004\">FACT_VERWERK_004</a></td><td>Payment reference already exists.</td><tr><td><a href=\"#MUTA_008\">MUTA_008</a></td><td>Payment reference already exists.</td></table></div> | [optional] |
| **ledger_id**               | Option<**i32**>    | Ledger of the invoice entry.<br><div><h3>Error codes</h3><table><tr><td><a href=\"#MUT_007\">MUT_007</a></td><td>Unknown ledger for mutation.</td></table></div>                                                                                                                                                                                                                                             | [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)