# Cyclos411Api.BasicProfileFieldInput

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field** | [**BasicProfileFieldEnum**](BasicProfileFieldEnum.md) | The basic field this refers to Possible values are: * accountNumber: Account number * address: Address * email: E-mail * image: Image * name: Full name * phone: Phone (either mobile or land-line) * username: Login name  | [optional] 
**mask** | **String** | If this field has a mask used for input, contains this mask. Currently only the account number can (optionally) have one.  | [optional] 
**example** | **String** | If this field has an example value, holds that example  | [optional] 


