Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.23 KB

OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange.md

File metadata and controls

82 lines (45 loc) · 3.23 KB

OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange

Properties

Name Type Description Notes
StartDate Pointer to string Start Date. [optional]
EndDate Pointer to string End Date. [optional]

Methods

NewOrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange

func NewOrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange() *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange

NewOrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange instantiates a new OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange 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

NewOrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRangeWithDefaults

func NewOrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRangeWithDefaults() *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange

NewOrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRangeWithDefaults instantiates a new OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange 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

GetStartDate

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange) GetStartDate() string

GetStartDate returns the StartDate field if non-nil, zero value otherwise.

GetStartDateOk

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange) GetStartDateOk() (*string, bool)

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

SetStartDate

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange) SetStartDate(v string)

SetStartDate sets StartDate field to given value.

HasStartDate

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

GetEndDate

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange) GetEndDate() string

GetEndDate returns the EndDate field if non-nil, zero value otherwise.

GetEndDateOk

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange) GetEndDateOk() (*string, bool)

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

SetEndDate

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange) SetEndDate(v string)

SetEndDate sets EndDate field to given value.

HasEndDate

func (o *OrderDetailB2BLinesInnerEstimatedDatesInnerDeliveryDeliveryDateRange) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

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