Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableInt32 | Company id | [optional] |
Name | Pointer to NullableString | Company name | [optional] |
Pointer to NullableString | Company email | [optional] | |
Type | Pointer to CompanyType | [optional] | |
AccessInfo | Pointer to NullableCompanyInfoAccessInfo | [optional] | |
FicLicenseExpire | Pointer to NullableString | [optional] | |
FicPlanName | Pointer to FattureInCloudPlanType | [optional] | |
PlanInfo | Pointer to NullableCompanyInfoPlanInfo | [optional] | |
AccountantId | Pointer to NullableInt32 | Company accountant id | [optional] |
IsAccountant | Pointer to NullableBool | Is the logged account an accountant. | [optional] |
func NewCompanyInfo() *CompanyInfo
NewCompanyInfo instantiates a new CompanyInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCompanyInfoWithDefaults() *CompanyInfo
NewCompanyInfoWithDefaults instantiates a new CompanyInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CompanyInfo) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetId(v int32)
SetId sets Id field to given value.
func (o *CompanyInfo) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CompanyInfo) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *CompanyInfo) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *CompanyInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetName(v string)
SetName sets Name field to given value.
func (o *CompanyInfo) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CompanyInfo) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *CompanyInfo) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *CompanyInfo) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *CompanyInfo) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *CompanyInfo) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *CompanyInfo) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *CompanyInfo) GetType() CompanyType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetTypeOk() (*CompanyType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetType(v CompanyType)
SetType sets Type field to given value.
func (o *CompanyInfo) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CompanyInfo) GetAccessInfo() CompanyInfoAccessInfo
GetAccessInfo returns the AccessInfo field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetAccessInfoOk() (*CompanyInfoAccessInfo, bool)
GetAccessInfoOk returns a tuple with the AccessInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetAccessInfo(v CompanyInfoAccessInfo)
SetAccessInfo sets AccessInfo field to given value.
func (o *CompanyInfo) HasAccessInfo() bool
HasAccessInfo returns a boolean if a field has been set.
func (o *CompanyInfo) SetAccessInfoNil(b bool)
SetAccessInfoNil sets the value for AccessInfo to be an explicit nil
func (o *CompanyInfo) UnsetAccessInfo()
UnsetAccessInfo ensures that no value is present for AccessInfo, not even an explicit nil
func (o *CompanyInfo) GetFicLicenseExpire() string
GetFicLicenseExpire returns the FicLicenseExpire field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetFicLicenseExpireOk() (*string, bool)
GetFicLicenseExpireOk returns a tuple with the FicLicenseExpire field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetFicLicenseExpire(v string)
SetFicLicenseExpire sets FicLicenseExpire field to given value.
func (o *CompanyInfo) HasFicLicenseExpire() bool
HasFicLicenseExpire returns a boolean if a field has been set.
func (o *CompanyInfo) SetFicLicenseExpireNil(b bool)
SetFicLicenseExpireNil sets the value for FicLicenseExpire to be an explicit nil
func (o *CompanyInfo) UnsetFicLicenseExpire()
UnsetFicLicenseExpire ensures that no value is present for FicLicenseExpire, not even an explicit nil
func (o *CompanyInfo) GetFicPlanName() FattureInCloudPlanType
GetFicPlanName returns the FicPlanName field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetFicPlanNameOk() (*FattureInCloudPlanType, bool)
GetFicPlanNameOk returns a tuple with the FicPlanName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetFicPlanName(v FattureInCloudPlanType)
SetFicPlanName sets FicPlanName field to given value.
func (o *CompanyInfo) HasFicPlanName() bool
HasFicPlanName returns a boolean if a field has been set.
func (o *CompanyInfo) GetPlanInfo() CompanyInfoPlanInfo
GetPlanInfo returns the PlanInfo field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetPlanInfoOk() (*CompanyInfoPlanInfo, bool)
GetPlanInfoOk returns a tuple with the PlanInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetPlanInfo(v CompanyInfoPlanInfo)
SetPlanInfo sets PlanInfo field to given value.
func (o *CompanyInfo) HasPlanInfo() bool
HasPlanInfo returns a boolean if a field has been set.
func (o *CompanyInfo) SetPlanInfoNil(b bool)
SetPlanInfoNil sets the value for PlanInfo to be an explicit nil
func (o *CompanyInfo) UnsetPlanInfo()
UnsetPlanInfo ensures that no value is present for PlanInfo, not even an explicit nil
func (o *CompanyInfo) GetAccountantId() int32
GetAccountantId returns the AccountantId field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetAccountantIdOk() (*int32, bool)
GetAccountantIdOk returns a tuple with the AccountantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetAccountantId(v int32)
SetAccountantId sets AccountantId field to given value.
func (o *CompanyInfo) HasAccountantId() bool
HasAccountantId returns a boolean if a field has been set.
func (o *CompanyInfo) SetAccountantIdNil(b bool)
SetAccountantIdNil sets the value for AccountantId to be an explicit nil
func (o *CompanyInfo) UnsetAccountantId()
UnsetAccountantId ensures that no value is present for AccountantId, not even an explicit nil
func (o *CompanyInfo) GetIsAccountant() bool
GetIsAccountant returns the IsAccountant field if non-nil, zero value otherwise.
func (o *CompanyInfo) GetIsAccountantOk() (*bool, bool)
GetIsAccountantOk returns a tuple with the IsAccountant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfo) SetIsAccountant(v bool)
SetIsAccountant sets IsAccountant field to given value.
func (o *CompanyInfo) HasIsAccountant() bool
HasIsAccountant returns a boolean if a field has been set.
func (o *CompanyInfo) SetIsAccountantNil(b bool)
SetIsAccountantNil sets the value for IsAccountant to be an explicit nil
func (o *CompanyInfo) UnsetIsAccountant()
UnsetIsAccountant ensures that no value is present for IsAccountant, not even an explicit nil