1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Relation
## Properties
| Name | Type | Description | Notes |
| --------------------------------- | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| **id** | Option<**i32**> | The ID of the relation. | [optional] |
| **r#type** | Option<**String**> | Business (`B`) or Private (`P`) | [optional] |
| **code** | Option<**String**> | The code of the relation. | [optional] |
| **date** | Option<[**String**](string.md)> | The date the relation was created. | [optional] |
| **name** | Option<**String**> | The (company) name of the relation. | [optional] |
| **salutation** | Option<**String**> | The salutation of the relation. | [optional] |
| **contact** | Option<**String**> | The contact of the relation. | [optional] |
| **gender** | Option<**String**> | Male (`m`) or female (`v`) or department (`a`) | [optional] |
| **address** | Option<**String**> | The primary address of the relation. | [optional] |
| **postal_code** | Option<**String**> | The primary postal code of the relation. | [optional] |
| **city** | Option<**String**> | The primary city of the relation. | [optional] |
| **country** | Option<**String**> | The primary country of the relation. | [optional] |
| **address2** | Option<**String**> | The secondary address of the relation. | [optional] |
| **postal_code2** | Option<**String**> | The secondary postal code of the relation. | [optional] |
| **city2** | Option<**String**> | The secondary city of the relation. | [optional] |
| **country2** | Option<**String**> | The secondary country of the relation. | [optional] |
| **phone_number** | Option<**String**> | The phone number of the relation. | [optional] |
| **mobile_phone_number** | Option<**String**> | The mobile phone number of the relation. | [optional] |
| **fax_number** | Option<**String**> | The fax number of the relation. | [optional] |
| **email_address** | Option<**String**> | The email address of the relation. | [optional] |
| **email_address_invoice** | Option<**String**> | The invoice email address of the relation. | [optional] |
| **email_address_reminder** | Option<**String**> | The reminder email address of the relation. | [optional] |
| **website** | Option<**String**> | The website of the relation. | [optional] |
| **note** | Option<**String**> | The note of the relation. | [optional] |
| **vat_number** | Option<**String**> | The VAT Number of the relation. | [optional] |
| **inactive** | Option<**bool**> | Whether the relation is active or not. | [optional] |
| **term_of_payment** | Option<**i32**> | The payment term of the relation. | [optional] |
| **company_registration_number** | Option<**String**> | The company registration number of the relation. | [optional] |
| **iban** | Option<**String**> | The IBAN number of the relation. | [optional] |
| **bic** | Option<**String**> | The BIC number of the relation. | [optional] |
| **free_text1** | Option<**String**> | Free text field for the relation. | [optional] |
| **free_text2** | Option<**String**> | Free text field for the relation. | [optional] |
| **free_text3** | Option<**String**> | Free text field for the relation. | [optional] |
| **free_text4** | Option<**String**> | Free text field for the relation. | [optional] |
| **free_text5** | Option<**String**> | Free text field for the relation. | [optional] |
| **free_text6** | Option<**String**> | Free text field for the relation. | [optional] |
| **free_text7** | Option<**String**> | Free text field for the relation. | [optional] |
| **free_text8** | Option<**String**> | Free text field for the relation. | [optional] |
| **free_text9** | Option<**String**> | Free text field for the relation. | [optional] |
| **free_text10** | Option<**String**> | Free text field for the relation. | [optional] |
| **is_club_or_association_member** | Option<**i32**> | Please use the dedicated member endpoints for club or association-members. Members will be removed from the relation endpoints in a future version. | [optional] |
| **do_not_receive_newsletters** | Option<**i32**> | Whether the relation will receive newsletters or not. | [optional] |
| **ledger_id** | Option<**i32**> | The ledger ID of this relation. | [optional] |
| **mandate** | Option<**bool**> | | [optional] |
| **mandate_type** | Option<**String**> | one-time (`E`) or continuous (`D`) | [optional] |
| **mandate_id** | Option<**String**> | The mandate ID of this relation. | [optional] |
| **mandate_signed_date** | Option<[**serde_json::Value**](.md)> | The signing date of the mandate for this relation. | [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)