Name | Type | Description | Notes |
---|---|---|---|
LimitType | Pointer to CancelOrderLimitType | [optional] | |
LimitTimes | Pointer to int64 | The remaining cancellation quota for the merchant. A value is only returned when the nearest remaining cancellation limit is approaching, else it returns 0. | [optional] |
func NewCancelOrderResponse() *CancelOrderResponse
NewCancelOrderResponse instantiates a new CancelOrderResponse 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 NewCancelOrderResponseWithDefaults() *CancelOrderResponse
NewCancelOrderResponseWithDefaults instantiates a new CancelOrderResponse 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 *CancelOrderResponse) GetLimitType() CancelOrderLimitType
GetLimitType returns the LimitType field if non-nil, zero value otherwise.
func (o *CancelOrderResponse) GetLimitTypeOk() (*CancelOrderLimitType, bool)
GetLimitTypeOk returns a tuple with the LimitType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CancelOrderResponse) SetLimitType(v CancelOrderLimitType)
SetLimitType sets LimitType field to given value.
func (o *CancelOrderResponse) HasLimitType() bool
HasLimitType returns a boolean if a field has been set.
func (o *CancelOrderResponse) GetLimitTimes() int64
GetLimitTimes returns the LimitTimes field if non-nil, zero value otherwise.
func (o *CancelOrderResponse) GetLimitTimesOk() (*int64, bool)
GetLimitTimesOk returns a tuple with the LimitTimes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CancelOrderResponse) SetLimitTimes(v int64)
SetLimitTimes sets LimitTimes field to given value.
func (o *CancelOrderResponse) HasLimitTimes() bool
HasLimitTimes returns a boolean if a field has been set.