25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
# # Billing
|
||
|
||
## Properties
|
||
|
||
Name | Type | Description | Notes
|
||
------------ | ------------- | ------------- | -------------
|
||
**last_name** | **string** | Επίθετο | [optional]
|
||
**first_name** | **string** | Όνομα | [optional]
|
||
**address** | **string** | Διεύθυνση | [optional]
|
||
**city** | **string** | | [optional]
|
||
**postcode** | **string** | | [optional]
|
||
**state** | **string** | | [optional]
|
||
**country** | **string** | | [optional]
|
||
**country_code** | **string** | ΚΩΔΙΚΟΣ ΧΩΡΑΣ ISO 3166 ALPHA-2 | [optional]
|
||
**phone** | **string** | | [optional]
|
||
**cellphone** | **string** | | [optional]
|
||
**email** | **string** | | [optional]
|
||
**is_invoice** | **int** | Αν ο πελάτης θέλει τιμολόγιο τιμή 1 | [optional]
|
||
**commercial_name** | **string** | η επωνυμία που θα κοπεί το τιμολόγιο | [optional]
|
||
**tax_number** | **string** | Αφμ πελάτη , υποχρεωτικό σε περίπτωση τιμολογίου | [optional]
|
||
**tax_office** | **string** | ΔΟΥ πελάτη , υποχρεωτικό σε περίπτωση τιμολογίου | [optional]
|
||
**activity** | **string** | Επάγγελμα , υποχρεωτικό σε περίπτωση τιμολογίου | [optional]
|
||
|
||
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|