Skip to content

ClientCorrectionOptionListVO

Properties

Name Type Description Notes
TypeList Pointer to []ClientCorrectionOptionVO [optional]
VendorList Pointer to []ClientCorrectionOptionVO [optional]

Methods

NewClientCorrectionOptionListVO

func NewClientCorrectionOptionListVO() *ClientCorrectionOptionListVO

NewClientCorrectionOptionListVO instantiates a new ClientCorrectionOptionListVO 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

NewClientCorrectionOptionListVOWithDefaults

func NewClientCorrectionOptionListVOWithDefaults() *ClientCorrectionOptionListVO

NewClientCorrectionOptionListVOWithDefaults instantiates a new ClientCorrectionOptionListVO 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

GetTypeList

func (o *ClientCorrectionOptionListVO) GetTypeList() []ClientCorrectionOptionVO

GetTypeList returns the TypeList field if non-nil, zero value otherwise.

GetTypeListOk

func (o *ClientCorrectionOptionListVO) GetTypeListOk() (*[]ClientCorrectionOptionVO, bool)

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

SetTypeList

func (o *ClientCorrectionOptionListVO) SetTypeList(v []ClientCorrectionOptionVO)

SetTypeList sets TypeList field to given value.

HasTypeList

func (o *ClientCorrectionOptionListVO) HasTypeList() bool

HasTypeList returns a boolean if a field has been set.

GetVendorList

func (o *ClientCorrectionOptionListVO) GetVendorList() []ClientCorrectionOptionVO

GetVendorList returns the VendorList field if non-nil, zero value otherwise.

GetVendorListOk

func (o *ClientCorrectionOptionListVO) GetVendorListOk() (*[]ClientCorrectionOptionVO, bool)

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

SetVendorList

func (o *ClientCorrectionOptionListVO) SetVendorList(v []ClientCorrectionOptionVO)

SetVendorList sets VendorList field to given value.

HasVendorList

func (o *ClientCorrectionOptionListVO) HasVendorList() bool

HasVendorList returns a boolean if a field has been set.

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