Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.05 KB

UpgradedaadhaarxmlGenerateOtp400Response.md

File metadata and controls

160 lines (87 loc) · 5.05 KB

UpgradedaadhaarxmlGenerateOtp400Response

Properties

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

Methods

NewUpgradedaadhaarxmlGenerateOtp400Response

func NewUpgradedaadhaarxmlGenerateOtp400Response() *UpgradedaadhaarxmlGenerateOtp400Response

NewUpgradedaadhaarxmlGenerateOtp400Response instantiates a new UpgradedaadhaarxmlGenerateOtp400Response 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

NewUpgradedaadhaarxmlGenerateOtp400ResponseWithDefaults

func NewUpgradedaadhaarxmlGenerateOtp400ResponseWithDefaults() *UpgradedaadhaarxmlGenerateOtp400Response

NewUpgradedaadhaarxmlGenerateOtp400ResponseWithDefaults instantiates a new UpgradedaadhaarxmlGenerateOtp400Response 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 *UpgradedaadhaarxmlGenerateOtp400Response) GetDecentroTxnId() string

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

GetDecentroTxnIdOk

func (o *UpgradedaadhaarxmlGenerateOtp400Response) 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 *UpgradedaadhaarxmlGenerateOtp400Response) SetDecentroTxnId(v string)

SetDecentroTxnId sets DecentroTxnId field to given value.

HasDecentroTxnId

func (o *UpgradedaadhaarxmlGenerateOtp400Response) HasDecentroTxnId() bool

HasDecentroTxnId returns a boolean if a field has been set.

GetMessage

func (o *UpgradedaadhaarxmlGenerateOtp400Response) GetMessage() string

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

GetMessageOk

func (o *UpgradedaadhaarxmlGenerateOtp400Response) 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 *UpgradedaadhaarxmlGenerateOtp400Response) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *UpgradedaadhaarxmlGenerateOtp400Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetResponseCode

func (o *UpgradedaadhaarxmlGenerateOtp400Response) GetResponseCode() string

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

GetResponseCodeOk

func (o *UpgradedaadhaarxmlGenerateOtp400Response) 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 *UpgradedaadhaarxmlGenerateOtp400Response) SetResponseCode(v string)

SetResponseCode sets ResponseCode field to given value.

HasResponseCode

func (o *UpgradedaadhaarxmlGenerateOtp400Response) HasResponseCode() bool

HasResponseCode returns a boolean if a field has been set.

GetResponseKey

func (o *UpgradedaadhaarxmlGenerateOtp400Response) GetResponseKey() string

GetResponseKey returns the ResponseKey field if non-nil, zero value otherwise.

GetResponseKeyOk

func (o *UpgradedaadhaarxmlGenerateOtp400Response) GetResponseKeyOk() (*string, bool)

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

SetResponseKey

func (o *UpgradedaadhaarxmlGenerateOtp400Response) SetResponseKey(v string)

SetResponseKey sets ResponseKey field to given value.

HasResponseKey

func (o *UpgradedaadhaarxmlGenerateOtp400Response) HasResponseKey() bool

HasResponseKey returns a boolean if a field has been set.

GetStatus

func (o *UpgradedaadhaarxmlGenerateOtp400Response) GetStatus() string

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

GetStatusOk

func (o *UpgradedaadhaarxmlGenerateOtp400Response) 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 *UpgradedaadhaarxmlGenerateOtp400Response) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *UpgradedaadhaarxmlGenerateOtp400Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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