euromedica-client/docs/Model/Customer.md

31 lines
1.5 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.

# # Customer
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | | [optional]
**last_name** | **string** | | [optional]
**first_name** | **string** | | [optional]
**nikcname** | **string** | | [optional]
**phone** | **string** | ΣΤΑΘΕΡΟ ΤΗΛΕΦΩΝΟ | [optional]
**mobile** | **string** | ΚΙΝΗΤΟ ΤΗΛΕΦΩΝΟ | [optional]
**family_name** | **string** | ΟΝΟΜΑ ΟΙΚΟΓΕΝΕΙΑΣ ΕΦΟΣΟΝ ΑΝΗΚΕΙ ΣΕ ΚΑΠΟΙΑ | [optional]
**amka** | **string** | ΑΜΚΑ | [optional]
**bonus_card** | **string** | | [optional]
**address** | **string** | ΔΙΕΥΘΥΝΣΗ | [optional]
**post_code** | **string** | ΤΑΧΥΔΡΟΜΙΚΟΣ ΚΩΔΙΚΑΣ | [optional]
**city** | **string** | | [optional]
**country_code** | **string** | ΚΩΔΙΚΟΣ ΧΩΡΑΣ ISO 3166 ALPHA-2 | [optional]
**country_name** | **string** | | [optional]
**birth_day** | **\DateTime** | | [optional]
**tax_number** | **string** | ΑΦΜ ΠΕΛΑΤΗ | [optional]
**tax_office** | **string** | ΔΟΥ | [optional]
**profession** | **string** | ΕΠΑΓΓΕΛΜΑ | [optional]
**brand_id** | **int** | ΚΩΔΙΚΟΣ ΕΓΚΑΤΑΣΤΑΣΗΣ | [optional]
**email** | **string** | | [optional]
**notes** | **string** | | [optional]
**eshop_id** | **int** | | [optional]
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)