Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.59 KB

OrderDetailB2BLinesInnerScheduleLinesInner.md

File metadata and controls

160 lines (87 loc) · 5.59 KB

OrderDetailB2BLinesInnerScheduleLinesInner

Properties

Name Type Description Notes
LineNumber Pointer to string Line number. [optional]
ScheduleLineDate Pointer to string schedule Line Date. [optional]
RequestedQuantity Pointer to string Requested quantity. [optional]
ConfirmedQuantity Pointer to string Confirmed quantity. [optional]
GoodsIssueDate Pointer to string Date when good issued. [optional]

Methods

NewOrderDetailB2BLinesInnerScheduleLinesInner

func NewOrderDetailB2BLinesInnerScheduleLinesInner() *OrderDetailB2BLinesInnerScheduleLinesInner

NewOrderDetailB2BLinesInnerScheduleLinesInner instantiates a new OrderDetailB2BLinesInnerScheduleLinesInner 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

NewOrderDetailB2BLinesInnerScheduleLinesInnerWithDefaults

func NewOrderDetailB2BLinesInnerScheduleLinesInnerWithDefaults() *OrderDetailB2BLinesInnerScheduleLinesInner

NewOrderDetailB2BLinesInnerScheduleLinesInnerWithDefaults instantiates a new OrderDetailB2BLinesInnerScheduleLinesInner 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

GetLineNumber

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetLineNumber() string

GetLineNumber returns the LineNumber field if non-nil, zero value otherwise.

GetLineNumberOk

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetLineNumberOk() (*string, bool)

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

SetLineNumber

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) SetLineNumber(v string)

SetLineNumber sets LineNumber field to given value.

HasLineNumber

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) HasLineNumber() bool

HasLineNumber returns a boolean if a field has been set.

GetScheduleLineDate

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetScheduleLineDate() string

GetScheduleLineDate returns the ScheduleLineDate field if non-nil, zero value otherwise.

GetScheduleLineDateOk

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetScheduleLineDateOk() (*string, bool)

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

SetScheduleLineDate

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) SetScheduleLineDate(v string)

SetScheduleLineDate sets ScheduleLineDate field to given value.

HasScheduleLineDate

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) HasScheduleLineDate() bool

HasScheduleLineDate returns a boolean if a field has been set.

GetRequestedQuantity

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetRequestedQuantity() string

GetRequestedQuantity returns the RequestedQuantity field if non-nil, zero value otherwise.

GetRequestedQuantityOk

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetRequestedQuantityOk() (*string, bool)

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

SetRequestedQuantity

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) SetRequestedQuantity(v string)

SetRequestedQuantity sets RequestedQuantity field to given value.

HasRequestedQuantity

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) HasRequestedQuantity() bool

HasRequestedQuantity returns a boolean if a field has been set.

GetConfirmedQuantity

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetConfirmedQuantity() string

GetConfirmedQuantity returns the ConfirmedQuantity field if non-nil, zero value otherwise.

GetConfirmedQuantityOk

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetConfirmedQuantityOk() (*string, bool)

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

SetConfirmedQuantity

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) SetConfirmedQuantity(v string)

SetConfirmedQuantity sets ConfirmedQuantity field to given value.

HasConfirmedQuantity

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) HasConfirmedQuantity() bool

HasConfirmedQuantity returns a boolean if a field has been set.

GetGoodsIssueDate

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetGoodsIssueDate() string

GetGoodsIssueDate returns the GoodsIssueDate field if non-nil, zero value otherwise.

GetGoodsIssueDateOk

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) GetGoodsIssueDateOk() (*string, bool)

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

SetGoodsIssueDate

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) SetGoodsIssueDate(v string)

SetGoodsIssueDate sets GoodsIssueDate field to given value.

HasGoodsIssueDate

func (o *OrderDetailB2BLinesInnerScheduleLinesInner) HasGoodsIssueDate() bool

HasGoodsIssueDate returns a boolean if a field has been set.

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