Skip to content

Latest commit

 

History

History
472 lines (255 loc) · 15.3 KB

QuoteSearchResponseQuotesInner.md

File metadata and controls

472 lines (255 loc) · 15.3 KB

QuoteSearchResponseQuotesInner

Properties

Name Type Description Notes
QuoteGuid Pointer to string [optional]
QuoteName Pointer to string Quote Name given to quote by sales team or system generated. Generally used as a reference to identify the quote. [optional]
QuoteNumber Pointer to string Unique identifier generated by Ingram Micros CRM specific to each quote. When applying a filter to the quoteNumber and including a partial quote number in the filter, all quotes containing any information included in the filter can be retrieved as a subset of all available customer quotes. [optional]
Revision Pointer to string When a quote has been revised and updated, the quote number remains the same throughout the lifecycle of the quote, however, a Revision number is updated for each revision of the quote. The revision numbers is associated with the Unique Quote Number. [optional]
CurrencyCode Pointer to string The country-specific three digit ISO 4217 currency code for the order. [optional]
EndUserContact Pointer to string End User Name is the end customer name that is associated with a quote in Ingram Micros CRM. [optional]
SpecialBidNumber Pointer to string Special Pricing Bid Number, also refers to as Dart Number relates to a unique pricing deal associated with a vendor for the quote. [optional]
QuoteTotal Pointer to float32 Total amount of quoted price for all products in the quote. [optional]
QuoteStatus Pointer to string This refers to the primary status of the quote. [optional]
IngramQuoteDate Pointer to string Date the Quote was initially Created. [optional]
LastModifiedDate Pointer to string Date the Quote was last updated or modified. [optional]
IngramQuoteExpiryDate Pointer to string Date when the Quote Expires. [optional]
EndUserName Pointer to string End User Name [optional]
Vendor Pointer to string Name of the vendor. [optional]
CreatedBy Pointer to string Name of the end user/customer who created a quote. [optional]
QuoteType Pointer to string Type of quote [optional]
Links Pointer to QuoteSearchResponseQuotesInnerLinks [optional]

Methods

NewQuoteSearchResponseQuotesInner

func NewQuoteSearchResponseQuotesInner() *QuoteSearchResponseQuotesInner

NewQuoteSearchResponseQuotesInner instantiates a new QuoteSearchResponseQuotesInner 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

NewQuoteSearchResponseQuotesInnerWithDefaults

func NewQuoteSearchResponseQuotesInnerWithDefaults() *QuoteSearchResponseQuotesInner

NewQuoteSearchResponseQuotesInnerWithDefaults instantiates a new QuoteSearchResponseQuotesInner 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

GetQuoteGuid

func (o *QuoteSearchResponseQuotesInner) GetQuoteGuid() string

GetQuoteGuid returns the QuoteGuid field if non-nil, zero value otherwise.

GetQuoteGuidOk

func (o *QuoteSearchResponseQuotesInner) GetQuoteGuidOk() (*string, bool)

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

SetQuoteGuid

func (o *QuoteSearchResponseQuotesInner) SetQuoteGuid(v string)

SetQuoteGuid sets QuoteGuid field to given value.

HasQuoteGuid

func (o *QuoteSearchResponseQuotesInner) HasQuoteGuid() bool

HasQuoteGuid returns a boolean if a field has been set.

GetQuoteName

func (o *QuoteSearchResponseQuotesInner) GetQuoteName() string

GetQuoteName returns the QuoteName field if non-nil, zero value otherwise.

GetQuoteNameOk

func (o *QuoteSearchResponseQuotesInner) GetQuoteNameOk() (*string, bool)

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

SetQuoteName

func (o *QuoteSearchResponseQuotesInner) SetQuoteName(v string)

SetQuoteName sets QuoteName field to given value.

HasQuoteName

func (o *QuoteSearchResponseQuotesInner) HasQuoteName() bool

HasQuoteName returns a boolean if a field has been set.

GetQuoteNumber

func (o *QuoteSearchResponseQuotesInner) GetQuoteNumber() string

GetQuoteNumber returns the QuoteNumber field if non-nil, zero value otherwise.

GetQuoteNumberOk

func (o *QuoteSearchResponseQuotesInner) GetQuoteNumberOk() (*string, bool)

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

SetQuoteNumber

func (o *QuoteSearchResponseQuotesInner) SetQuoteNumber(v string)

SetQuoteNumber sets QuoteNumber field to given value.

HasQuoteNumber

func (o *QuoteSearchResponseQuotesInner) HasQuoteNumber() bool

HasQuoteNumber returns a boolean if a field has been set.

GetRevision

func (o *QuoteSearchResponseQuotesInner) GetRevision() string

GetRevision returns the Revision field if non-nil, zero value otherwise.

GetRevisionOk

func (o *QuoteSearchResponseQuotesInner) GetRevisionOk() (*string, bool)

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

SetRevision

func (o *QuoteSearchResponseQuotesInner) SetRevision(v string)

SetRevision sets Revision field to given value.

HasRevision

func (o *QuoteSearchResponseQuotesInner) HasRevision() bool

HasRevision returns a boolean if a field has been set.

GetCurrencyCode

func (o *QuoteSearchResponseQuotesInner) GetCurrencyCode() string

GetCurrencyCode returns the CurrencyCode field if non-nil, zero value otherwise.

GetCurrencyCodeOk

func (o *QuoteSearchResponseQuotesInner) GetCurrencyCodeOk() (*string, bool)

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

SetCurrencyCode

func (o *QuoteSearchResponseQuotesInner) SetCurrencyCode(v string)

SetCurrencyCode sets CurrencyCode field to given value.

HasCurrencyCode

func (o *QuoteSearchResponseQuotesInner) HasCurrencyCode() bool

HasCurrencyCode returns a boolean if a field has been set.

GetEndUserContact

func (o *QuoteSearchResponseQuotesInner) GetEndUserContact() string

GetEndUserContact returns the EndUserContact field if non-nil, zero value otherwise.

GetEndUserContactOk

func (o *QuoteSearchResponseQuotesInner) GetEndUserContactOk() (*string, bool)

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

SetEndUserContact

func (o *QuoteSearchResponseQuotesInner) SetEndUserContact(v string)

SetEndUserContact sets EndUserContact field to given value.

HasEndUserContact

func (o *QuoteSearchResponseQuotesInner) HasEndUserContact() bool

HasEndUserContact returns a boolean if a field has been set.

GetSpecialBidNumber

func (o *QuoteSearchResponseQuotesInner) GetSpecialBidNumber() string

GetSpecialBidNumber returns the SpecialBidNumber field if non-nil, zero value otherwise.

GetSpecialBidNumberOk

func (o *QuoteSearchResponseQuotesInner) GetSpecialBidNumberOk() (*string, bool)

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

SetSpecialBidNumber

func (o *QuoteSearchResponseQuotesInner) SetSpecialBidNumber(v string)

SetSpecialBidNumber sets SpecialBidNumber field to given value.

HasSpecialBidNumber

func (o *QuoteSearchResponseQuotesInner) HasSpecialBidNumber() bool

HasSpecialBidNumber returns a boolean if a field has been set.

GetQuoteTotal

func (o *QuoteSearchResponseQuotesInner) GetQuoteTotal() float32

GetQuoteTotal returns the QuoteTotal field if non-nil, zero value otherwise.

GetQuoteTotalOk

func (o *QuoteSearchResponseQuotesInner) GetQuoteTotalOk() (*float32, bool)

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

SetQuoteTotal

func (o *QuoteSearchResponseQuotesInner) SetQuoteTotal(v float32)

SetQuoteTotal sets QuoteTotal field to given value.

HasQuoteTotal

func (o *QuoteSearchResponseQuotesInner) HasQuoteTotal() bool

HasQuoteTotal returns a boolean if a field has been set.

GetQuoteStatus

func (o *QuoteSearchResponseQuotesInner) GetQuoteStatus() string

GetQuoteStatus returns the QuoteStatus field if non-nil, zero value otherwise.

GetQuoteStatusOk

func (o *QuoteSearchResponseQuotesInner) GetQuoteStatusOk() (*string, bool)

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

SetQuoteStatus

func (o *QuoteSearchResponseQuotesInner) SetQuoteStatus(v string)

SetQuoteStatus sets QuoteStatus field to given value.

HasQuoteStatus

func (o *QuoteSearchResponseQuotesInner) HasQuoteStatus() bool

HasQuoteStatus returns a boolean if a field has been set.

GetIngramQuoteDate

func (o *QuoteSearchResponseQuotesInner) GetIngramQuoteDate() string

GetIngramQuoteDate returns the IngramQuoteDate field if non-nil, zero value otherwise.

GetIngramQuoteDateOk

func (o *QuoteSearchResponseQuotesInner) GetIngramQuoteDateOk() (*string, bool)

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

SetIngramQuoteDate

func (o *QuoteSearchResponseQuotesInner) SetIngramQuoteDate(v string)

SetIngramQuoteDate sets IngramQuoteDate field to given value.

HasIngramQuoteDate

func (o *QuoteSearchResponseQuotesInner) HasIngramQuoteDate() bool

HasIngramQuoteDate returns a boolean if a field has been set.

GetLastModifiedDate

func (o *QuoteSearchResponseQuotesInner) GetLastModifiedDate() string

GetLastModifiedDate returns the LastModifiedDate field if non-nil, zero value otherwise.

GetLastModifiedDateOk

func (o *QuoteSearchResponseQuotesInner) GetLastModifiedDateOk() (*string, bool)

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

SetLastModifiedDate

func (o *QuoteSearchResponseQuotesInner) SetLastModifiedDate(v string)

SetLastModifiedDate sets LastModifiedDate field to given value.

HasLastModifiedDate

func (o *QuoteSearchResponseQuotesInner) HasLastModifiedDate() bool

HasLastModifiedDate returns a boolean if a field has been set.

GetIngramQuoteExpiryDate

func (o *QuoteSearchResponseQuotesInner) GetIngramQuoteExpiryDate() string

GetIngramQuoteExpiryDate returns the IngramQuoteExpiryDate field if non-nil, zero value otherwise.

GetIngramQuoteExpiryDateOk

func (o *QuoteSearchResponseQuotesInner) GetIngramQuoteExpiryDateOk() (*string, bool)

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

SetIngramQuoteExpiryDate

func (o *QuoteSearchResponseQuotesInner) SetIngramQuoteExpiryDate(v string)

SetIngramQuoteExpiryDate sets IngramQuoteExpiryDate field to given value.

HasIngramQuoteExpiryDate

func (o *QuoteSearchResponseQuotesInner) HasIngramQuoteExpiryDate() bool

HasIngramQuoteExpiryDate returns a boolean if a field has been set.

GetEndUserName

func (o *QuoteSearchResponseQuotesInner) GetEndUserName() string

GetEndUserName returns the EndUserName field if non-nil, zero value otherwise.

GetEndUserNameOk

func (o *QuoteSearchResponseQuotesInner) GetEndUserNameOk() (*string, bool)

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

SetEndUserName

func (o *QuoteSearchResponseQuotesInner) SetEndUserName(v string)

SetEndUserName sets EndUserName field to given value.

HasEndUserName

func (o *QuoteSearchResponseQuotesInner) HasEndUserName() bool

HasEndUserName returns a boolean if a field has been set.

GetVendor

func (o *QuoteSearchResponseQuotesInner) GetVendor() string

GetVendor returns the Vendor field if non-nil, zero value otherwise.

GetVendorOk

func (o *QuoteSearchResponseQuotesInner) GetVendorOk() (*string, bool)

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

SetVendor

func (o *QuoteSearchResponseQuotesInner) SetVendor(v string)

SetVendor sets Vendor field to given value.

HasVendor

func (o *QuoteSearchResponseQuotesInner) HasVendor() bool

HasVendor returns a boolean if a field has been set.

GetCreatedBy

func (o *QuoteSearchResponseQuotesInner) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *QuoteSearchResponseQuotesInner) GetCreatedByOk() (*string, bool)

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

SetCreatedBy

func (o *QuoteSearchResponseQuotesInner) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *QuoteSearchResponseQuotesInner) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetQuoteType

func (o *QuoteSearchResponseQuotesInner) GetQuoteType() string

GetQuoteType returns the QuoteType field if non-nil, zero value otherwise.

GetQuoteTypeOk

func (o *QuoteSearchResponseQuotesInner) GetQuoteTypeOk() (*string, bool)

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

SetQuoteType

func (o *QuoteSearchResponseQuotesInner) SetQuoteType(v string)

SetQuoteType sets QuoteType field to given value.

HasQuoteType

func (o *QuoteSearchResponseQuotesInner) HasQuoteType() bool

HasQuoteType returns a boolean if a field has been set.

GetLinks

func (o *QuoteSearchResponseQuotesInner) GetLinks() QuoteSearchResponseQuotesInnerLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *QuoteSearchResponseQuotesInner) GetLinksOk() (*QuoteSearchResponseQuotesInnerLinks, bool)

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

SetLinks

func (o *QuoteSearchResponseQuotesInner) SetLinks(v QuoteSearchResponseQuotesInnerLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *QuoteSearchResponseQuotesInner) HasLinks() bool

HasLinks returns a boolean if a field has been set.

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