Name | Type | Description | Notes |
---|---|---|---|
Role | Pointer to UserCompanyRole | [optional] | |
Permissions | Pointer to Permissions | [optional] | |
ThroughAccountant | Pointer to NullableBool | Company activated through accountant | [optional] |
func NewCompanyInfoAccessInfo() *CompanyInfoAccessInfo
NewCompanyInfoAccessInfo instantiates a new CompanyInfoAccessInfo 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 NewCompanyInfoAccessInfoWithDefaults() *CompanyInfoAccessInfo
NewCompanyInfoAccessInfoWithDefaults instantiates a new CompanyInfoAccessInfo 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 *CompanyInfoAccessInfo) GetRole() UserCompanyRole
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *CompanyInfoAccessInfo) GetRoleOk() (*UserCompanyRole, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfoAccessInfo) SetRole(v UserCompanyRole)
SetRole sets Role field to given value.
func (o *CompanyInfoAccessInfo) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *CompanyInfoAccessInfo) GetPermissions() Permissions
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *CompanyInfoAccessInfo) GetPermissionsOk() (*Permissions, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfoAccessInfo) SetPermissions(v Permissions)
SetPermissions sets Permissions field to given value.
func (o *CompanyInfoAccessInfo) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.
func (o *CompanyInfoAccessInfo) GetThroughAccountant() bool
GetThroughAccountant returns the ThroughAccountant field if non-nil, zero value otherwise.
func (o *CompanyInfoAccessInfo) GetThroughAccountantOk() (*bool, bool)
GetThroughAccountantOk returns a tuple with the ThroughAccountant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInfoAccessInfo) SetThroughAccountant(v bool)
SetThroughAccountant sets ThroughAccountant field to given value.
func (o *CompanyInfoAccessInfo) HasThroughAccountant() bool
HasThroughAccountant returns a boolean if a field has been set.
func (o *CompanyInfoAccessInfo) SetThroughAccountantNil(b bool)
SetThroughAccountantNil sets the value for ThroughAccountant to be an explicit nil
func (o *CompanyInfoAccessInfo) UnsetThroughAccountant()
UnsetThroughAccountant ensures that no value is present for ThroughAccountant, not even an explicit nil