Name | Type | Description | Notes |
---|---|---|---|
ShipDateType | Pointer to string | Date type. Example Single or multiple dates. | [optional] |
ShipDateRange | Pointer to OrderDetailB2BLinesInnerEstimatedDatesInnerShipShipDateRange | [optional] | |
ShipSource | Pointer to string | Source of the shipment. | [optional] |
ShipDescription | Pointer to string | Shipment description. | [optional] |
ShipDate | Pointer to string | Ship date. | [optional] |
func NewOrderDetailB2BLinesInnerEstimatedDatesInnerShip() *OrderDetailB2BLinesInnerEstimatedDatesInnerShip
NewOrderDetailB2BLinesInnerEstimatedDatesInnerShip instantiates a new OrderDetailB2BLinesInnerEstimatedDatesInnerShip 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 NewOrderDetailB2BLinesInnerEstimatedDatesInnerShipWithDefaults() *OrderDetailB2BLinesInnerEstimatedDatesInnerShip
NewOrderDetailB2BLinesInnerEstimatedDatesInnerShipWithDefaults instantiates a new OrderDetailB2BLinesInnerEstimatedDatesInnerShip 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 *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipDateType() string
GetShipDateType returns the ShipDateType field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipDateTypeOk() (*string, bool)
GetShipDateTypeOk returns a tuple with the ShipDateType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) SetShipDateType(v string)
SetShipDateType sets ShipDateType field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) HasShipDateType() bool
HasShipDateType returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipDateRange() OrderDetailB2BLinesInnerEstimatedDatesInnerShipShipDateRange
GetShipDateRange returns the ShipDateRange field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipDateRangeOk() (*OrderDetailB2BLinesInnerEstimatedDatesInnerShipShipDateRange, bool)
GetShipDateRangeOk returns a tuple with the ShipDateRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) SetShipDateRange(v OrderDetailB2BLinesInnerEstimatedDatesInnerShipShipDateRange)
SetShipDateRange sets ShipDateRange field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) HasShipDateRange() bool
HasShipDateRange returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipSource() string
GetShipSource returns the ShipSource field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipSourceOk() (*string, bool)
GetShipSourceOk returns a tuple with the ShipSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) SetShipSource(v string)
SetShipSource sets ShipSource field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) HasShipSource() bool
HasShipSource returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipDescription() string
GetShipDescription returns the ShipDescription field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipDescriptionOk() (*string, bool)
GetShipDescriptionOk returns a tuple with the ShipDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) SetShipDescription(v string)
SetShipDescription sets ShipDescription field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) HasShipDescription() bool
HasShipDescription returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipDate() string
GetShipDate returns the ShipDate field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) GetShipDateOk() (*string, bool)
GetShipDateOk returns a tuple with the ShipDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) SetShipDate(v string)
SetShipDate sets ShipDate field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerShip) HasShipDate() bool
HasShipDate returns a boolean if a field has been set.