Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.41 KB

CreateTransaction409Response.md

File metadata and controls

77 lines (42 loc) · 2.41 KB

CreateTransaction409Response

Properties

Name Type Description Notes
ErrorCode string
ErrorMessage Pointer to string [optional]

Methods

NewCreateTransaction409Response

func NewCreateTransaction409Response(errorCode string, ) *CreateTransaction409Response

NewCreateTransaction409Response instantiates a new CreateTransaction409Response 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

NewCreateTransaction409ResponseWithDefaults

func NewCreateTransaction409ResponseWithDefaults() *CreateTransaction409Response

NewCreateTransaction409ResponseWithDefaults instantiates a new CreateTransaction409Response 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

GetErrorCode

func (o *CreateTransaction409Response) GetErrorCode() string

GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.

GetErrorCodeOk

func (o *CreateTransaction409Response) 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.

SetErrorCode

func (o *CreateTransaction409Response) SetErrorCode(v string)

SetErrorCode sets ErrorCode field to given value.

GetErrorMessage

func (o *CreateTransaction409Response) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

func (o *CreateTransaction409Response) 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.

SetErrorMessage

func (o *CreateTransaction409Response) SetErrorMessage(v string)

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *CreateTransaction409Response) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

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