Name | Type | Description | Notes |
---|---|---|---|
Orders | Pointer to []V3Order | list of not integrated orders | [optional] |
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
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
func (o *V3OrderListOutput) GetOrders() []V3Order
GetOrders returns the Orders field if non-nil, zero value otherwise.
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.
func (o *V3OrderListOutput) SetOrders(v []V3Order)
SetOrders sets Orders field to given value.
func (o *V3OrderListOutput) HasOrders() bool
HasOrders returns a boolean if a field has been set.