euromedica-client/docs/Model/CustomerDto.md

29 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.

# # CustomerDto
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | Id πελάτη , -1 αν πρόκειται για καινούριο πελάτη | [optional] [default to -1]
**last_name** | **string** | | [optional] [default to '']
**first_name** | **string** | | [optional] [default to '']
**nikcname** | **string** | | [optional] [default to '']
**phone** | **string** | ΣΤΑΘΕΡΟ ΤΗΛΕΦΩΝΟ | [optional]
**mobile** | **string** | ΚΙΝΗΤΟ ΤΗΛΕΦΩΝΟ | [optional]
**amka** | **string** | ΑΜΚΑ | [optional]
**address** | **string** | ΔΙΕΥΘΥΝΣΗ | [optional]
**post_code** | **string** | ΤΑΧΥΔΡΟΜΙΚΟΣ ΚΩΔΙΚΑΣ | [optional]
**city** | **string** | | [optional]
**country_code** | **string** | ΚΩΔΙΚΟΣ ΧΩΡΑΣ ISO 3166 ALPHA-2 | [optional] [default to 'GR']
**country_name** | **string** | | [optional]
**birth_day** | **\DateTime** | | [optional]
**tax_number** | **string** | ΑΦΜ ΠΕΛΑΤΗ | [optional]
**tax_office** | **string** | ΔΟΥ | [optional]
**profession** | **string** | ΕΠΑΓΓΕΛΜΑ | [optional]
**brand_id** | **int** | ΚΩΔΙΚΟΣ ΕΓΚΑΤΑΣΤΑΣΗΣ | [optional] [default to 0]
**email** | **string** | | [optional]
**notes** | **string** | | [optional]
**eshop_id** | **int** | | [optional] [default to 0]
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)