| Name | Type | Description | Notes |
|---|---|---|---|
| Available | Pointer to bool | نشان میدهد که آیا آگهی قابل نردبان است. اگر false باشد، API نردبان خطا برمیگرداند | [optional] |
| CostRials | Pointer to string | هزینه نردبان به ریال | [optional] |
func NewGetPostPricingResponseReorder() *GetPostPricingResponseReorder
NewGetPostPricingResponseReorder instantiates a new GetPostPricingResponseReorder 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 NewGetPostPricingResponseReorderWithDefaults() *GetPostPricingResponseReorder
NewGetPostPricingResponseReorderWithDefaults instantiates a new GetPostPricingResponseReorder 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 *GetPostPricingResponseReorder) GetAvailable() bool
GetAvailable returns the Available field if non-nil, zero value otherwise.
func (o *GetPostPricingResponseReorder) GetAvailableOk() (*bool, bool)
GetAvailableOk returns a tuple with the Available field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPostPricingResponseReorder) SetAvailable(v bool)
SetAvailable sets Available field to given value.
func (o *GetPostPricingResponseReorder) HasAvailable() bool
HasAvailable returns a boolean if a field has been set.
func (o *GetPostPricingResponseReorder) GetCostRials() string
GetCostRials returns the CostRials field if non-nil, zero value otherwise.
func (o *GetPostPricingResponseReorder) GetCostRialsOk() (*string, bool)
GetCostRialsOk returns a tuple with the CostRials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPostPricingResponseReorder) SetCostRials(v string)
SetCostRials sets CostRials field to given value.
func (o *GetPostPricingResponseReorder) HasCostRials() bool
HasCostRials returns a boolean if a field has been set.