Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.64 KB

V3OrderListOutput.md

File metadata and controls

56 lines (31 loc) · 1.64 KB

V3OrderListOutput

Properties

Name Type Description Notes
Orders Pointer to []V3Order list of not integrated orders [optional]

Methods

NewV3OrderListOutput

func NewV3OrderListOutput() *V3OrderListOutput

NewV3OrderListOutput instantiates a new V3OrderListOutput 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

NewV3OrderListOutputWithDefaults

func NewV3OrderListOutputWithDefaults() *V3OrderListOutput

NewV3OrderListOutputWithDefaults instantiates a new V3OrderListOutput 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

GetOrders

func (o *V3OrderListOutput) GetOrders() []V3Order

GetOrders returns the Orders field if non-nil, zero value otherwise.

GetOrdersOk

func (o *V3OrderListOutput) GetOrdersOk() (*[]V3Order, bool)

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

SetOrders

func (o *V3OrderListOutput) SetOrders(v []V3Order)

SetOrders sets Orders field to given value.

HasOrders

func (o *V3OrderListOutput) HasOrders() bool

HasOrders returns a boolean if a field has been set.

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