Name | Type | Description | Notes |
---|---|---|---|
ErrorCode | string | ||
ErrorMessage | Pointer to string | [optional] |
func NewGetAccount400Response(errorCode string, ) *GetAccount400Response
NewGetAccount400Response instantiates a new GetAccount400Response 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 NewGetAccount400ResponseWithDefaults() *GetAccount400Response
NewGetAccount400ResponseWithDefaults instantiates a new GetAccount400Response 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 *GetAccount400Response) GetErrorCode() string
GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.
func (o *GetAccount400Response) GetErrorCodeOk() (*string, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAccount400Response) SetErrorCode(v string)
SetErrorCode sets ErrorCode field to given value.
func (o *GetAccount400Response) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *GetAccount400Response) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAccount400Response) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *GetAccount400Response) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.