Name | Type | Description | Notes |
---|---|---|---|
Notes | Pointer to string | Shipment-level notes. | [optional] |
ShipToInfo | Pointer to OrderModifyRequestShipToInfo | [optional] | |
Lines | Pointer to []OrderModifyRequestLinesInner | The order line items. | [optional] |
AdditionalAttributes | Pointer to []OrderModifyRequestAdditionalAttributesInner | Header-level additional attributes. | [optional] |
func NewOrderModifyRequest() *OrderModifyRequest
NewOrderModifyRequest instantiates a new OrderModifyRequest 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 NewOrderModifyRequestWithDefaults() *OrderModifyRequest
NewOrderModifyRequestWithDefaults instantiates a new OrderModifyRequest 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 *OrderModifyRequest) GetNotes() string
GetNotes returns the Notes field if non-nil, zero value otherwise.
func (o *OrderModifyRequest) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderModifyRequest) SetNotes(v string)
SetNotes sets Notes field to given value.
func (o *OrderModifyRequest) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (o *OrderModifyRequest) GetShipToInfo() OrderModifyRequestShipToInfo
GetShipToInfo returns the ShipToInfo field if non-nil, zero value otherwise.
func (o *OrderModifyRequest) GetShipToInfoOk() (*OrderModifyRequestShipToInfo, bool)
GetShipToInfoOk returns a tuple with the ShipToInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderModifyRequest) SetShipToInfo(v OrderModifyRequestShipToInfo)
SetShipToInfo sets ShipToInfo field to given value.
func (o *OrderModifyRequest) HasShipToInfo() bool
HasShipToInfo returns a boolean if a field has been set.
func (o *OrderModifyRequest) GetLines() []OrderModifyRequestLinesInner
GetLines returns the Lines field if non-nil, zero value otherwise.
func (o *OrderModifyRequest) GetLinesOk() (*[]OrderModifyRequestLinesInner, bool)
GetLinesOk returns a tuple with the Lines field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderModifyRequest) SetLines(v []OrderModifyRequestLinesInner)
SetLines sets Lines field to given value.
func (o *OrderModifyRequest) HasLines() bool
HasLines returns a boolean if a field has been set.
func (o *OrderModifyRequest) GetAdditionalAttributes() []OrderModifyRequestAdditionalAttributesInner
GetAdditionalAttributes returns the AdditionalAttributes field if non-nil, zero value otherwise.
func (o *OrderModifyRequest) GetAdditionalAttributesOk() (*[]OrderModifyRequestAdditionalAttributesInner, bool)
GetAdditionalAttributesOk returns a tuple with the AdditionalAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderModifyRequest) SetAdditionalAttributes(v []OrderModifyRequestAdditionalAttributesInner)
SetAdditionalAttributes sets AdditionalAttributes field to given value.
func (o *OrderModifyRequest) HasAdditionalAttributes() bool
HasAdditionalAttributes returns a boolean if a field has been set.