| Name | Type | Description | Notes |
|---|---|---|---|
| ReturnCode | Pointer to int32 | [optional] | |
| ReturnMessage | Pointer to string | [optional] | |
| Result | Pointer to OrderShipmentTrackingAdd200ResponseResult | [optional] |
func NewOrderShipmentTrackingAdd200Response() *OrderShipmentTrackingAdd200Response
NewOrderShipmentTrackingAdd200Response instantiates a new OrderShipmentTrackingAdd200Response 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 NewOrderShipmentTrackingAdd200ResponseWithDefaults() *OrderShipmentTrackingAdd200Response
NewOrderShipmentTrackingAdd200ResponseWithDefaults instantiates a new OrderShipmentTrackingAdd200Response 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 *OrderShipmentTrackingAdd200Response) GetReturnCode() int32
GetReturnCode returns the ReturnCode field if non-nil, zero value otherwise.
func (o *OrderShipmentTrackingAdd200Response) GetReturnCodeOk() (*int32, bool)
GetReturnCodeOk returns a tuple with the ReturnCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderShipmentTrackingAdd200Response) SetReturnCode(v int32)
SetReturnCode sets ReturnCode field to given value.
func (o *OrderShipmentTrackingAdd200Response) HasReturnCode() bool
HasReturnCode returns a boolean if a field has been set.
func (o *OrderShipmentTrackingAdd200Response) GetReturnMessage() string
GetReturnMessage returns the ReturnMessage field if non-nil, zero value otherwise.
func (o *OrderShipmentTrackingAdd200Response) GetReturnMessageOk() (*string, bool)
GetReturnMessageOk returns a tuple with the ReturnMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderShipmentTrackingAdd200Response) SetReturnMessage(v string)
SetReturnMessage sets ReturnMessage field to given value.
func (o *OrderShipmentTrackingAdd200Response) HasReturnMessage() bool
HasReturnMessage returns a boolean if a field has been set.
func (o *OrderShipmentTrackingAdd200Response) GetResult() OrderShipmentTrackingAdd200ResponseResult
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *OrderShipmentTrackingAdd200Response) GetResultOk() (*OrderShipmentTrackingAdd200ResponseResult, bool)
GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrderShipmentTrackingAdd200Response) SetResult(v OrderShipmentTrackingAdd200ResponseResult)
SetResult sets Result field to given value.
func (o *OrderShipmentTrackingAdd200Response) HasResult() bool
HasResult returns a boolean if a field has been set.