Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.13 KB

OrderDetailB2BLinesInnerEstimatedDatesInner.md

File metadata and controls

82 lines (45 loc) · 3.13 KB

OrderDetailB2BLinesInnerEstimatedDatesInner

Properties

Name Type Description Notes
Ship Pointer to OrderDetailB2BLinesInnerEstimatedDatesInnerShip [optional]
Delivery Pointer to OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery [optional]

Methods

NewOrderDetailB2BLinesInnerEstimatedDatesInner

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

NewOrderDetailB2BLinesInnerEstimatedDatesInnerWithDefaults

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

GetShip

func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) GetShip() OrderDetailB2BLinesInnerEstimatedDatesInnerShip

GetShip returns the Ship field if non-nil, zero value otherwise.

GetShipOk

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.

SetShip

func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) SetShip(v OrderDetailB2BLinesInnerEstimatedDatesInnerShip)

SetShip sets Ship field to given value.

HasShip

func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) HasShip() bool

HasShip returns a boolean if a field has been set.

GetDelivery

func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) GetDelivery() OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery

GetDelivery returns the Delivery field if non-nil, zero value otherwise.

GetDeliveryOk

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.

SetDelivery

func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) SetDelivery(v OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery)

SetDelivery sets Delivery field to given value.

HasDelivery

func (o *OrderDetailB2BLinesInnerEstimatedDatesInner) HasDelivery() bool

HasDelivery returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]