Name | Type | Description | Notes |
---|---|---|---|
Since | Pointer to string | Filters orders created at or after the given unix timestamp (in seconds) | [optional] |
SkipIntegrated | Pointer to bool | Only fetch orders that were not marked as integrated | [optional] [default to false] |
func NewV3OrderListInput() *V3OrderListInput
NewV3OrderListInput instantiates a new V3OrderListInput 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 NewV3OrderListInputWithDefaults() *V3OrderListInput
NewV3OrderListInputWithDefaults instantiates a new V3OrderListInput 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 *V3OrderListInput) GetSince() string
GetSince returns the Since field if non-nil, zero value otherwise.
func (o *V3OrderListInput) GetSinceOk() (*string, bool)
GetSinceOk returns a tuple with the Since field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3OrderListInput) SetSince(v string)
SetSince sets Since field to given value.
func (o *V3OrderListInput) HasSince() bool
HasSince returns a boolean if a field has been set.
func (o *V3OrderListInput) GetSkipIntegrated() bool
GetSkipIntegrated returns the SkipIntegrated field if non-nil, zero value otherwise.
func (o *V3OrderListInput) GetSkipIntegratedOk() (*bool, bool)
GetSkipIntegratedOk returns a tuple with the SkipIntegrated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3OrderListInput) SetSkipIntegrated(v bool)
SetSkipIntegrated sets SkipIntegrated field to given value.
func (o *V3OrderListInput) HasSkipIntegrated() bool
HasSkipIntegrated returns a boolean if a field has been set.