| 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] |
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
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
func (o *OrderCreateV7Response201) GetQuoteNumber() string
GetQuoteNumber returns the QuoteNumber field if non-nil, zero value otherwise.
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.
func (o *OrderCreateV7Response201) SetQuoteNumber(v string)
SetQuoteNumber sets QuoteNumber field to given value.
func (o *OrderCreateV7Response201) HasQuoteNumber() bool
HasQuoteNumber returns a boolean if a field has been set.
func (o *OrderCreateV7Response201) SetQuoteNumberNil(b bool)
SetQuoteNumberNil sets the value for QuoteNumber to be an explicit nil
func (o *OrderCreateV7Response201) UnsetQuoteNumber()
UnsetQuoteNumber ensures that no value is present for QuoteNumber, not even an explicit nil
func (o *OrderCreateV7Response201) GetConfirmationNumber() string
GetConfirmationNumber returns the ConfirmationNumber field if non-nil, zero value otherwise.
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.
func (o *OrderCreateV7Response201) SetConfirmationNumber(v string)
SetConfirmationNumber sets ConfirmationNumber field to given value.
func (o *OrderCreateV7Response201) HasConfirmationNumber() bool
HasConfirmationNumber returns a boolean if a field has been set.
func (o *OrderCreateV7Response201) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
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.
func (o *OrderCreateV7Response201) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *OrderCreateV7Response201) HasMessage() bool
HasMessage returns a boolean if a field has been set.