Name | Type | Description | Notes |
---|---|---|---|
Ship | Pointer to OrderDetailB2BLinesInnerEstimatedDatesInnerShip | [optional] | |
Delivery | Pointer to OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery | [optional] |
func NewOrderDetailB2BLinesInnerEstimatedDatesInner() *OrderDetailB2BLinesInnerEstimatedDatesInner
NewOrderDetailB2BLinesInnerEstimatedDatesInner instantiates a new OrderDetailB2BLinesInnerEstimatedDatesInner 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 NewOrderDetailB2BLinesInnerEstimatedDatesInnerWithDefaults() *OrderDetailB2BLinesInnerEstimatedDatesInner
NewOrderDetailB2BLinesInnerEstimatedDatesInnerWithDefaults instantiates a new OrderDetailB2BLinesInnerEstimatedDatesInner 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 *OrderDetailB2BLinesInnerEstimatedDatesInner) GetShip() OrderDetailB2BLinesInnerEstimatedDatesInnerShip
GetShip returns the Ship field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) GetShipOk() (*OrderDetailB2BLinesInnerEstimatedDatesInnerShip, bool)
GetShipOk returns a tuple with the Ship field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) SetShip(v OrderDetailB2BLinesInnerEstimatedDatesInnerShip)
SetShip sets Ship field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) HasShip() bool
HasShip returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) GetDelivery() OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery
GetDelivery returns the Delivery field if non-nil, zero value otherwise.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) GetDeliveryOk() (*OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery, bool)
GetDeliveryOk returns a tuple with the Delivery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) SetDelivery(v OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery)
SetDelivery sets Delivery field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) HasDelivery() bool
HasDelivery returns a boolean if a field has been set.