Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.92 KB

ClassifyDocument400Response.md

File metadata and controls

134 lines (73 loc) · 3.92 KB

ClassifyDocument400Response

Properties

Name Type Description Notes
DecentroTxnId Pointer to string [optional]
Status Pointer to string [optional]
ResponseCode Pointer to string [optional]
Message Pointer to string [optional]

Methods

NewClassifyDocument400Response

func NewClassifyDocument400Response() *ClassifyDocument400Response

NewClassifyDocument400Response instantiates a new ClassifyDocument400Response 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

NewClassifyDocument400ResponseWithDefaults

func NewClassifyDocument400ResponseWithDefaults() *ClassifyDocument400Response

NewClassifyDocument400ResponseWithDefaults instantiates a new ClassifyDocument400Response 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

GetDecentroTxnId

func (o *ClassifyDocument400Response) GetDecentroTxnId() string

GetDecentroTxnId returns the DecentroTxnId field if non-nil, zero value otherwise.

GetDecentroTxnIdOk

func (o *ClassifyDocument400Response) GetDecentroTxnIdOk() (*string, bool)

GetDecentroTxnIdOk returns a tuple with the DecentroTxnId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDecentroTxnId

func (o *ClassifyDocument400Response) SetDecentroTxnId(v string)

SetDecentroTxnId sets DecentroTxnId field to given value.

HasDecentroTxnId

func (o *ClassifyDocument400Response) HasDecentroTxnId() bool

HasDecentroTxnId returns a boolean if a field has been set.

GetStatus

func (o *ClassifyDocument400Response) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ClassifyDocument400Response) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *ClassifyDocument400Response) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ClassifyDocument400Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetResponseCode

func (o *ClassifyDocument400Response) GetResponseCode() string

GetResponseCode returns the ResponseCode field if non-nil, zero value otherwise.

GetResponseCodeOk

func (o *ClassifyDocument400Response) GetResponseCodeOk() (*string, bool)

GetResponseCodeOk returns a tuple with the ResponseCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResponseCode

func (o *ClassifyDocument400Response) SetResponseCode(v string)

SetResponseCode sets ResponseCode field to given value.

HasResponseCode

func (o *ClassifyDocument400Response) HasResponseCode() bool

HasResponseCode returns a boolean if a field has been set.

GetMessage

func (o *ClassifyDocument400Response) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ClassifyDocument400Response) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessage

func (o *ClassifyDocument400Response) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ClassifyDocument400Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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