Skip to content

Latest commit

 

History

History
118 lines (65 loc) · 3.74 KB

File metadata and controls

118 lines (65 loc) · 3.74 KB

OrderCreateV7Response201

Properties

Name Type Description Notes
QuoteNumber Pointer to NullableString A unique identifier generated by Ingram Micro's CRM specific to each quote. [optional]
ConfirmationNumber Pointer to string A unique confirmation number for tracking purposes. [optional]
Message Pointer to string A confirmation message. [optional]

Methods

NewOrderCreateV7Response201

func NewOrderCreateV7Response201() *OrderCreateV7Response201

NewOrderCreateV7Response201 instantiates a new OrderCreateV7Response201 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

NewOrderCreateV7Response201WithDefaults

func NewOrderCreateV7Response201WithDefaults() *OrderCreateV7Response201

NewOrderCreateV7Response201WithDefaults instantiates a new OrderCreateV7Response201 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

GetQuoteNumber

func (o *OrderCreateV7Response201) GetQuoteNumber() string

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

GetQuoteNumberOk

func (o *OrderCreateV7Response201) 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 *OrderCreateV7Response201) SetQuoteNumber(v string)

SetQuoteNumber sets QuoteNumber field to given value.

HasQuoteNumber

func (o *OrderCreateV7Response201) HasQuoteNumber() bool

HasQuoteNumber returns a boolean if a field has been set.

SetQuoteNumberNil

func (o *OrderCreateV7Response201) SetQuoteNumberNil(b bool)

SetQuoteNumberNil sets the value for QuoteNumber to be an explicit nil

UnsetQuoteNumber

func (o *OrderCreateV7Response201) UnsetQuoteNumber()

UnsetQuoteNumber ensures that no value is present for QuoteNumber, not even an explicit nil

GetConfirmationNumber

func (o *OrderCreateV7Response201) GetConfirmationNumber() string

GetConfirmationNumber returns the ConfirmationNumber field if non-nil, zero value otherwise.

GetConfirmationNumberOk

func (o *OrderCreateV7Response201) GetConfirmationNumberOk() (*string, bool)

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

SetConfirmationNumber

func (o *OrderCreateV7Response201) SetConfirmationNumber(v string)

SetConfirmationNumber sets ConfirmationNumber field to given value.

HasConfirmationNumber

func (o *OrderCreateV7Response201) HasConfirmationNumber() bool

HasConfirmationNumber returns a boolean if a field has been set.

GetMessage

func (o *OrderCreateV7Response201) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *OrderCreateV7Response201) GetMessageOk() (*string, bool)

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

SetMessage

func (o *OrderCreateV7Response201) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *OrderCreateV7Response201) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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