Name | Type | Description | Notes |
---|---|---|---|
Quantity | Pointer to int32 | The quantity shipped of the line item. | [optional] |
DeliveryNumber | Pointer to string | The actual date of delivery of the line item. | [optional] |
EstimatedShipDate | Pointer to string | The date the line item is expected to be shipped. | [optional] |
ShippedDate | Pointer to string | [optional] | |
EstimatedDeliveryDate | Pointer to string | [optional] | |
ShipFromWarehouseId | Pointer to string | The ID of the warehouse the product will ship from. | [optional] |
ShipFromLocation | Pointer to string | The city and state the line item ships from. | [optional] |
InvoiceNumber | Pointer to string | The Ingram Micro invoice number for the line item. | [optional] |
InvoiceDate | Pointer to string | The date the IngramMicro invoice was created for the line item. | [optional] |
CarrierDetails | Pointer to []OrderDetailB2BLinesInnerShipmentDetailsInnerCarrierDetailsInner | The shipment carrier details for the line item. | [optional] |
func NewOrderDetailB2BLinesInnerShipmentDetailsInner() *OrderDetailB2BLinesInnerShipmentDetailsInner
NewOrderDetailB2BLinesInnerShipmentDetailsInner instantiates a new OrderDetailB2BLinesInnerShipmentDetailsInner 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 NewOrderDetailB2BLinesInnerShipmentDetailsInnerWithDefaults() *OrderDetailB2BLinesInnerShipmentDetailsInner
NewOrderDetailB2BLinesInnerShipmentDetailsInnerWithDefaults instantiates a new OrderDetailB2BLinesInnerShipmentDetailsInner 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 *OrderDetailB2BLinesInnerShipmentDetailsInner) GetQuantity() int32
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) 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.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetQuantity(v int32)
SetQuantity sets Quantity field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetDeliveryNumber() string
GetDeliveryNumber returns the DeliveryNumber field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetDeliveryNumberOk() (*string, bool)
GetDeliveryNumberOk returns a tuple with the DeliveryNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetDeliveryNumber(v string)
SetDeliveryNumber sets DeliveryNumber field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasDeliveryNumber() bool
HasDeliveryNumber returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetEstimatedShipDate() string
GetEstimatedShipDate returns the EstimatedShipDate field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetEstimatedShipDateOk() (*string, bool)
GetEstimatedShipDateOk returns a tuple with the EstimatedShipDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetEstimatedShipDate(v string)
SetEstimatedShipDate sets EstimatedShipDate field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasEstimatedShipDate() bool
HasEstimatedShipDate returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetShippedDate() string
GetShippedDate returns the ShippedDate field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetShippedDateOk() (*string, bool)
GetShippedDateOk returns a tuple with the ShippedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetShippedDate(v string)
SetShippedDate sets ShippedDate field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasShippedDate() bool
HasShippedDate returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetEstimatedDeliveryDate() string
GetEstimatedDeliveryDate returns the EstimatedDeliveryDate field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetEstimatedDeliveryDateOk() (*string, bool)
GetEstimatedDeliveryDateOk returns a tuple with the EstimatedDeliveryDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetEstimatedDeliveryDate(v string)
SetEstimatedDeliveryDate sets EstimatedDeliveryDate field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasEstimatedDeliveryDate() bool
HasEstimatedDeliveryDate returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetShipFromWarehouseId() string
GetShipFromWarehouseId returns the ShipFromWarehouseId field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetShipFromWarehouseIdOk() (*string, bool)
GetShipFromWarehouseIdOk returns a tuple with the ShipFromWarehouseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetShipFromWarehouseId(v string)
SetShipFromWarehouseId sets ShipFromWarehouseId field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasShipFromWarehouseId() bool
HasShipFromWarehouseId returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetShipFromLocation() string
GetShipFromLocation returns the ShipFromLocation field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetShipFromLocationOk() (*string, bool)
GetShipFromLocationOk returns a tuple with the ShipFromLocation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetShipFromLocation(v string)
SetShipFromLocation sets ShipFromLocation field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasShipFromLocation() bool
HasShipFromLocation returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetInvoiceNumber() string
GetInvoiceNumber returns the InvoiceNumber field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetInvoiceNumberOk() (*string, bool)
GetInvoiceNumberOk returns a tuple with the InvoiceNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetInvoiceNumber(v string)
SetInvoiceNumber sets InvoiceNumber field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasInvoiceNumber() bool
HasInvoiceNumber returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetInvoiceDate() string
GetInvoiceDate returns the InvoiceDate field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetInvoiceDateOk() (*string, bool)
GetInvoiceDateOk returns a tuple with the InvoiceDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetInvoiceDate(v string)
SetInvoiceDate sets InvoiceDate field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasInvoiceDate() bool
HasInvoiceDate returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetCarrierDetails() []OrderDetailB2BLinesInnerShipmentDetailsInnerCarrierDetailsInner
GetCarrierDetails returns the CarrierDetails field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) GetCarrierDetailsOk() (*[]OrderDetailB2BLinesInnerShipmentDetailsInnerCarrierDetailsInner, bool)
GetCarrierDetailsOk returns a tuple with the CarrierDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetCarrierDetails(v []OrderDetailB2BLinesInnerShipmentDetailsInnerCarrierDetailsInner)
SetCarrierDetails sets CarrierDetails field to given value.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) HasCarrierDetails() bool
HasCarrierDetails returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) SetCarrierDetailsNil(b bool)
SetCarrierDetailsNil sets the value for CarrierDetails to be an explicit nil
func (o *OrderDetailB2BLinesInnerShipmentDetailsInner) UnsetCarrierDetails()
UnsetCarrierDetails ensures that no value is present for CarrierDetails, not even an explicit nil