Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 6.25 KB

OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery.md

File metadata and controls

160 lines (87 loc) · 6.25 KB

OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery

Properties

Name Type Description Notes
DeliveryDateType Pointer to string Date type. Example Single or multiple dates. [optional]
DeliveryDateRange Pointer to OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange [optional]
DeliverySource Pointer to string Source of the delivery. [optional]
DeliveryDescription Pointer to string Delivery description. [optional]
DeliveryDate Pointer to string Delivery date. [optional]

Methods

NewOrderDetailB2BLinesInnerEstimatedDatesInnerDelivery

func NewOrderDetailB2BLinesInnerEstimatedDatesInnerDelivery() *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery

NewOrderDetailB2BLinesInnerEstimatedDatesInnerDelivery instantiates a new OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery 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

NewOrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryWithDefaults

func NewOrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryWithDefaults() *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery

NewOrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryWithDefaults instantiates a new OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery 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

GetDeliveryDateType

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDateType() string

GetDeliveryDateType returns the DeliveryDateType field if non-nil, zero value otherwise.

GetDeliveryDateTypeOk

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDateTypeOk() (*string, bool)

GetDeliveryDateTypeOk returns a tuple with the DeliveryDateType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeliveryDateType

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliveryDateType(v string)

SetDeliveryDateType sets DeliveryDateType field to given value.

HasDeliveryDateType

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliveryDateType() bool

HasDeliveryDateType returns a boolean if a field has been set.

GetDeliveryDateRange

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDateRange() OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange

GetDeliveryDateRange returns the DeliveryDateRange field if non-nil, zero value otherwise.

GetDeliveryDateRangeOk

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDateRangeOk() (*OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange, bool)

GetDeliveryDateRangeOk returns a tuple with the DeliveryDateRange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeliveryDateRange

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliveryDateRange(v OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange)

SetDeliveryDateRange sets DeliveryDateRange field to given value.

HasDeliveryDateRange

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliveryDateRange() bool

HasDeliveryDateRange returns a boolean if a field has been set.

GetDeliverySource

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliverySource() string

GetDeliverySource returns the DeliverySource field if non-nil, zero value otherwise.

GetDeliverySourceOk

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliverySourceOk() (*string, bool)

GetDeliverySourceOk returns a tuple with the DeliverySource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeliverySource

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliverySource(v string)

SetDeliverySource sets DeliverySource field to given value.

HasDeliverySource

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliverySource() bool

HasDeliverySource returns a boolean if a field has been set.

GetDeliveryDescription

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDescription() string

GetDeliveryDescription returns the DeliveryDescription field if non-nil, zero value otherwise.

GetDeliveryDescriptionOk

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDescriptionOk() (*string, bool)

GetDeliveryDescriptionOk returns a tuple with the DeliveryDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeliveryDescription

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliveryDescription(v string)

SetDeliveryDescription sets DeliveryDescription field to given value.

HasDeliveryDescription

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliveryDescription() bool

HasDeliveryDescription returns a boolean if a field has been set.

GetDeliveryDate

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDate() string

GetDeliveryDate returns the DeliveryDate field if non-nil, zero value otherwise.

GetDeliveryDateOk

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDateOk() (*string, bool)

GetDeliveryDateOk returns a tuple with the DeliveryDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeliveryDate

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliveryDate(v string)

SetDeliveryDate sets DeliveryDate field to given value.

HasDeliveryDate

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliveryDate() bool

HasDeliveryDate returns a boolean if a field has been set.

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