| Name | Type | Description | Notes |
|---|---|---|---|
| ReturnCode | Pointer to int32 | [optional] | |
| ReturnMessage | Pointer to string | [optional] | |
| Result | Pointer to ProductTaxAdd200ResponseResult | [optional] |
func NewProductTaxAdd200Response() *ProductTaxAdd200Response
NewProductTaxAdd200Response instantiates a new ProductTaxAdd200Response 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 NewProductTaxAdd200ResponseWithDefaults() *ProductTaxAdd200Response
NewProductTaxAdd200ResponseWithDefaults instantiates a new ProductTaxAdd200Response 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 *ProductTaxAdd200Response) GetReturnCode() int32
GetReturnCode returns the ReturnCode field if non-nil, zero value otherwise.
func (o *ProductTaxAdd200Response) 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 *ProductTaxAdd200Response) SetReturnCode(v int32)
SetReturnCode sets ReturnCode field to given value.
func (o *ProductTaxAdd200Response) HasReturnCode() bool
HasReturnCode returns a boolean if a field has been set.
func (o *ProductTaxAdd200Response) GetReturnMessage() string
GetReturnMessage returns the ReturnMessage field if non-nil, zero value otherwise.
func (o *ProductTaxAdd200Response) 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 *ProductTaxAdd200Response) SetReturnMessage(v string)
SetReturnMessage sets ReturnMessage field to given value.
func (o *ProductTaxAdd200Response) HasReturnMessage() bool
HasReturnMessage returns a boolean if a field has been set.
func (o *ProductTaxAdd200Response) GetResult() ProductTaxAdd200ResponseResult
GetResult returns the Result field if non-nil, zero value otherwise.
func (o *ProductTaxAdd200Response) GetResultOk() (*ProductTaxAdd200ResponseResult, 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 *ProductTaxAdd200Response) SetResult(v ProductTaxAdd200ResponseResult)
SetResult sets Result field to given value.
func (o *ProductTaxAdd200Response) HasResult() bool
HasResult returns a boolean if a field has been set.