Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.28 KB

File metadata and controls

108 lines (59 loc) · 3.28 KB

ProductTaxAdd200Response

Properties

Name Type Description Notes
ReturnCode Pointer to int32 [optional]
ReturnMessage Pointer to string [optional]
Result Pointer to ProductTaxAdd200ResponseResult [optional]

Methods

NewProductTaxAdd200Response

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

NewProductTaxAdd200ResponseWithDefaults

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

GetReturnCode

func (o *ProductTaxAdd200Response) GetReturnCode() int32

GetReturnCode returns the ReturnCode field if non-nil, zero value otherwise.

GetReturnCodeOk

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.

SetReturnCode

func (o *ProductTaxAdd200Response) SetReturnCode(v int32)

SetReturnCode sets ReturnCode field to given value.

HasReturnCode

func (o *ProductTaxAdd200Response) HasReturnCode() bool

HasReturnCode returns a boolean if a field has been set.

GetReturnMessage

func (o *ProductTaxAdd200Response) GetReturnMessage() string

GetReturnMessage returns the ReturnMessage field if non-nil, zero value otherwise.

GetReturnMessageOk

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.

SetReturnMessage

func (o *ProductTaxAdd200Response) SetReturnMessage(v string)

SetReturnMessage sets ReturnMessage field to given value.

HasReturnMessage

func (o *ProductTaxAdd200Response) HasReturnMessage() bool

HasReturnMessage returns a boolean if a field has been set.

GetResult

func (o *ProductTaxAdd200Response) GetResult() ProductTaxAdd200ResponseResult

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

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.

SetResult

func (o *ProductTaxAdd200Response) SetResult(v ProductTaxAdd200ResponseResult)

SetResult sets Result field to given value.

HasResult

func (o *ProductTaxAdd200Response) HasResult() bool

HasResult returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]