Skip to content

Latest commit

 

History

History
118 lines (65 loc) · 3.62 KB

CompanyInfoAccessInfo.md

File metadata and controls

118 lines (65 loc) · 3.62 KB

CompanyInfoAccessInfo

Properties

Name Type Description Notes
Role Pointer to UserCompanyRole [optional]
Permissions Pointer to Permissions [optional]
ThroughAccountant Pointer to NullableBool Company activated through accountant [optional]

Methods

NewCompanyInfoAccessInfo

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

NewCompanyInfoAccessInfoWithDefaults

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

GetRole

func (o *CompanyInfoAccessInfo) GetRole() UserCompanyRole

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

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.

SetRole

func (o *CompanyInfoAccessInfo) SetRole(v UserCompanyRole)

SetRole sets Role field to given value.

HasRole

func (o *CompanyInfoAccessInfo) HasRole() bool

HasRole returns a boolean if a field has been set.

GetPermissions

func (o *CompanyInfoAccessInfo) GetPermissions() Permissions

GetPermissions returns the Permissions field if non-nil, zero value otherwise.

GetPermissionsOk

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.

SetPermissions

func (o *CompanyInfoAccessInfo) SetPermissions(v Permissions)

SetPermissions sets Permissions field to given value.

HasPermissions

func (o *CompanyInfoAccessInfo) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

GetThroughAccountant

func (o *CompanyInfoAccessInfo) GetThroughAccountant() bool

GetThroughAccountant returns the ThroughAccountant field if non-nil, zero value otherwise.

GetThroughAccountantOk

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.

SetThroughAccountant

func (o *CompanyInfoAccessInfo) SetThroughAccountant(v bool)

SetThroughAccountant sets ThroughAccountant field to given value.

HasThroughAccountant

func (o *CompanyInfoAccessInfo) HasThroughAccountant() bool

HasThroughAccountant returns a boolean if a field has been set.

SetThroughAccountantNil

func (o *CompanyInfoAccessInfo) SetThroughAccountantNil(b bool)

SetThroughAccountantNil sets the value for ThroughAccountant to be an explicit nil

UnsetThroughAccountant

func (o *CompanyInfoAccessInfo) UnsetThroughAccountant()

UnsetThroughAccountant ensures that no value is present for ThroughAccountant, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]