Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.6 KB

SyncroBillingMappingConfigurationOptionValue.md

File metadata and controls

108 lines (59 loc) · 3.6 KB

SyncroBillingMappingConfigurationOptionValue

Properties

Name Type Description Notes
Label Pointer to string [optional]
Lines Pointer to []SyncroBillingMappingConfigurationOptionValueLine [optional]
Value Pointer to int32 [optional]

Methods

NewSyncroBillingMappingConfigurationOptionValue

func NewSyncroBillingMappingConfigurationOptionValue() *SyncroBillingMappingConfigurationOptionValue

NewSyncroBillingMappingConfigurationOptionValue instantiates a new SyncroBillingMappingConfigurationOptionValue 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

NewSyncroBillingMappingConfigurationOptionValueWithDefaults

func NewSyncroBillingMappingConfigurationOptionValueWithDefaults() *SyncroBillingMappingConfigurationOptionValue

NewSyncroBillingMappingConfigurationOptionValueWithDefaults instantiates a new SyncroBillingMappingConfigurationOptionValue 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

GetLabel

func (o *SyncroBillingMappingConfigurationOptionValue) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *SyncroBillingMappingConfigurationOptionValue) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLabel

func (o *SyncroBillingMappingConfigurationOptionValue) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *SyncroBillingMappingConfigurationOptionValue) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetLines

func (o *SyncroBillingMappingConfigurationOptionValue) GetLines() []SyncroBillingMappingConfigurationOptionValueLine

GetLines returns the Lines field if non-nil, zero value otherwise.

GetLinesOk

func (o *SyncroBillingMappingConfigurationOptionValue) GetLinesOk() (*[]SyncroBillingMappingConfigurationOptionValueLine, bool)

GetLinesOk returns a tuple with the Lines field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLines

func (o *SyncroBillingMappingConfigurationOptionValue) SetLines(v []SyncroBillingMappingConfigurationOptionValueLine)

SetLines sets Lines field to given value.

HasLines

func (o *SyncroBillingMappingConfigurationOptionValue) HasLines() bool

HasLines returns a boolean if a field has been set.

GetValue

func (o *SyncroBillingMappingConfigurationOptionValue) GetValue() int32

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *SyncroBillingMappingConfigurationOptionValue) GetValueOk() (*int32, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *SyncroBillingMappingConfigurationOptionValue) SetValue(v int32)

SetValue sets Value field to given value.

HasValue

func (o *SyncroBillingMappingConfigurationOptionValue) HasValue() bool

HasValue returns a boolean if a field has been set.

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