| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| History | Pointer to []OrderStatusHistoryItem | [optional] | |
| RefundInfo | Pointer to NullableOrderStatusRefund | [optional] | |
| AdditionalFields | Pointer to map[string]interface{} | [optional] | |
| CustomFields | Pointer to map[string]interface{} | [optional] |
func NewOrderStatus() *OrderStatus
NewOrderStatus instantiates a new OrderStatus 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 NewOrderStatusWithDefaults() *OrderStatus
NewOrderStatusWithDefaults instantiates a new OrderStatus 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 *OrderStatus) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *OrderStatus) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderStatus) SetId(v string)
SetId sets Id field to given value.
func (o *OrderStatus) HasId() bool
HasId returns a boolean if a field has been set.
func (o *OrderStatus) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OrderStatus) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderStatus) SetName(v string)
SetName sets Name field to given value.
func (o *OrderStatus) HasName() bool
HasName returns a boolean if a field has been set.
func (o *OrderStatus) GetHistory() []OrderStatusHistoryItem
GetHistory returns the History field if non-nil, zero value otherwise.
func (o *OrderStatus) GetHistoryOk() (*[]OrderStatusHistoryItem, bool)
GetHistoryOk returns a tuple with the History field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderStatus) SetHistory(v []OrderStatusHistoryItem)
SetHistory sets History field to given value.
func (o *OrderStatus) HasHistory() bool
HasHistory returns a boolean if a field has been set.
func (o *OrderStatus) GetRefundInfo() OrderStatusRefund
GetRefundInfo returns the RefundInfo field if non-nil, zero value otherwise.
func (o *OrderStatus) GetRefundInfoOk() (*OrderStatusRefund, bool)
GetRefundInfoOk returns a tuple with the RefundInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderStatus) SetRefundInfo(v OrderStatusRefund)
SetRefundInfo sets RefundInfo field to given value.
func (o *OrderStatus) HasRefundInfo() bool
HasRefundInfo returns a boolean if a field has been set.
func (o *OrderStatus) SetRefundInfoNil(b bool)
SetRefundInfoNil sets the value for RefundInfo to be an explicit nil
func (o *OrderStatus) UnsetRefundInfo()
UnsetRefundInfo ensures that no value is present for RefundInfo, not even an explicit nil
func (o *OrderStatus) GetAdditionalFields() map[string]interface{}
GetAdditionalFields returns the AdditionalFields field if non-nil, zero value otherwise.
func (o *OrderStatus) GetAdditionalFieldsOk() (*map[string]interface{}, bool)
GetAdditionalFieldsOk returns a tuple with the AdditionalFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderStatus) SetAdditionalFields(v map[string]interface{})
SetAdditionalFields sets AdditionalFields field to given value.
func (o *OrderStatus) HasAdditionalFields() bool
HasAdditionalFields returns a boolean if a field has been set.
func (o *OrderStatus) SetAdditionalFieldsNil(b bool)
SetAdditionalFieldsNil sets the value for AdditionalFields to be an explicit nil
func (o *OrderStatus) UnsetAdditionalFields()
UnsetAdditionalFields ensures that no value is present for AdditionalFields, not even an explicit nil
func (o *OrderStatus) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *OrderStatus) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderStatus) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *OrderStatus) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *OrderStatus) SetCustomFieldsNil(b bool)
SetCustomFieldsNil sets the value for CustomFields to be an explicit nil
func (o *OrderStatus) UnsetCustomFields()
UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil