Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 5.03 KB

ValidateQuoteResponseLinesInner.md

File metadata and controls

134 lines (73 loc) · 5.03 KB

ValidateQuoteResponseLinesInner

Properties

Name Type Description Notes
CustomerLineNumber Pointer to string The reseller's line item number for reference in their system. [optional]
IngramPartNumber Pointer to string Unique Ingram Micro part number. [optional]
Quantity Pointer to int32 The quantity of the line item. [optional]
VmfAdditionalAttributesLines Pointer to []ValidateQuoteResponseLinesInnerVmfAdditionalAttributesLinesInner The object containing the list of fields required at a line level by the vendor. [optional]

Methods

NewValidateQuoteResponseLinesInner

func NewValidateQuoteResponseLinesInner() *ValidateQuoteResponseLinesInner

NewValidateQuoteResponseLinesInner instantiates a new ValidateQuoteResponseLinesInner 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

NewValidateQuoteResponseLinesInnerWithDefaults

func NewValidateQuoteResponseLinesInnerWithDefaults() *ValidateQuoteResponseLinesInner

NewValidateQuoteResponseLinesInnerWithDefaults instantiates a new ValidateQuoteResponseLinesInner 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

GetCustomerLineNumber

func (o *ValidateQuoteResponseLinesInner) GetCustomerLineNumber() string

GetCustomerLineNumber returns the CustomerLineNumber field if non-nil, zero value otherwise.

GetCustomerLineNumberOk

func (o *ValidateQuoteResponseLinesInner) GetCustomerLineNumberOk() (*string, bool)

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

SetCustomerLineNumber

func (o *ValidateQuoteResponseLinesInner) SetCustomerLineNumber(v string)

SetCustomerLineNumber sets CustomerLineNumber field to given value.

HasCustomerLineNumber

func (o *ValidateQuoteResponseLinesInner) HasCustomerLineNumber() bool

HasCustomerLineNumber returns a boolean if a field has been set.

GetIngramPartNumber

func (o *ValidateQuoteResponseLinesInner) GetIngramPartNumber() string

GetIngramPartNumber returns the IngramPartNumber field if non-nil, zero value otherwise.

GetIngramPartNumberOk

func (o *ValidateQuoteResponseLinesInner) GetIngramPartNumberOk() (*string, bool)

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

SetIngramPartNumber

func (o *ValidateQuoteResponseLinesInner) SetIngramPartNumber(v string)

SetIngramPartNumber sets IngramPartNumber field to given value.

HasIngramPartNumber

func (o *ValidateQuoteResponseLinesInner) HasIngramPartNumber() bool

HasIngramPartNumber returns a boolean if a field has been set.

GetQuantity

func (o *ValidateQuoteResponseLinesInner) GetQuantity() int32

GetQuantity returns the Quantity field if non-nil, zero value otherwise.

GetQuantityOk

func (o *ValidateQuoteResponseLinesInner) GetQuantityOk() (*int32, bool)

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

SetQuantity

func (o *ValidateQuoteResponseLinesInner) SetQuantity(v int32)

SetQuantity sets Quantity field to given value.

HasQuantity

func (o *ValidateQuoteResponseLinesInner) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

GetVmfAdditionalAttributesLines

func (o *ValidateQuoteResponseLinesInner) GetVmfAdditionalAttributesLines() []ValidateQuoteResponseLinesInnerVmfAdditionalAttributesLinesInner

GetVmfAdditionalAttributesLines returns the VmfAdditionalAttributesLines field if non-nil, zero value otherwise.

GetVmfAdditionalAttributesLinesOk

func (o *ValidateQuoteResponseLinesInner) GetVmfAdditionalAttributesLinesOk() (*[]ValidateQuoteResponseLinesInnerVmfAdditionalAttributesLinesInner, bool)

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

SetVmfAdditionalAttributesLines

func (o *ValidateQuoteResponseLinesInner) SetVmfAdditionalAttributesLines(v []ValidateQuoteResponseLinesInnerVmfAdditionalAttributesLinesInner)

SetVmfAdditionalAttributesLines sets VmfAdditionalAttributesLines field to given value.

HasVmfAdditionalAttributesLines

func (o *ValidateQuoteResponseLinesInner) HasVmfAdditionalAttributesLines() bool

HasVmfAdditionalAttributesLines returns a boolean if a field has been set.

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