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] |
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
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
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDateType() string
GetDeliveryDateType returns the DeliveryDateType field if non-nil, zero value otherwise.
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.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliveryDateType(v string)
SetDeliveryDateType sets DeliveryDateType field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliveryDateType() bool
HasDeliveryDateType returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDateRange() OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange
GetDeliveryDateRange returns the DeliveryDateRange field if non-nil, zero value otherwise.
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.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliveryDateRange(v OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange)
SetDeliveryDateRange sets DeliveryDateRange field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliveryDateRange() bool
HasDeliveryDateRange returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliverySource() string
GetDeliverySource returns the DeliverySource field if non-nil, zero value otherwise.
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.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliverySource(v string)
SetDeliverySource sets DeliverySource field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliverySource() bool
HasDeliverySource returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDescription() string
GetDeliveryDescription returns the DeliveryDescription field if non-nil, zero value otherwise.
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.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliveryDescription(v string)
SetDeliveryDescription sets DeliveryDescription field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliveryDescription() bool
HasDeliveryDescription returns a boolean if a field has been set.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) GetDeliveryDate() string
GetDeliveryDate returns the DeliveryDate field if non-nil, zero value otherwise.
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.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) SetDeliveryDate(v string)
SetDeliveryDate sets DeliveryDate field to given value.
func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDelivery) HasDeliveryDate() bool
HasDeliveryDate returns a boolean if a field has been set.