euromedica-client/docs/Model/Billing.md

25 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# # 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)