Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.92 KB

UpgradedaadhaarxmlValidateOtp400Response.md

File metadata and controls

186 lines (101 loc) · 5.92 KB

UpgradedaadhaarxmlValidateOtp400Response

Properties

Name Type Description Notes
Data Pointer to UpgradedaadhaarxmlValidateOtp400ResponseData [optional]
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

NewUpgradedaadhaarxmlValidateOtp400Response

func NewUpgradedaadhaarxmlValidateOtp400Response() *UpgradedaadhaarxmlValidateOtp400Response

NewUpgradedaadhaarxmlValidateOtp400Response instantiates a new UpgradedaadhaarxmlValidateOtp400Response 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

NewUpgradedaadhaarxmlValidateOtp400ResponseWithDefaults

func NewUpgradedaadhaarxmlValidateOtp400ResponseWithDefaults() *UpgradedaadhaarxmlValidateOtp400Response

NewUpgradedaadhaarxmlValidateOtp400ResponseWithDefaults instantiates a new UpgradedaadhaarxmlValidateOtp400Response 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

GetData

func (o *UpgradedaadhaarxmlValidateOtp400Response) GetData() UpgradedaadhaarxmlValidateOtp400ResponseData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *UpgradedaadhaarxmlValidateOtp400Response) GetDataOk() (*UpgradedaadhaarxmlValidateOtp400ResponseData, bool)

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

SetData

func (o *UpgradedaadhaarxmlValidateOtp400Response) SetData(v UpgradedaadhaarxmlValidateOtp400ResponseData)

SetData sets Data field to given value.

HasData

func (o *UpgradedaadhaarxmlValidateOtp400Response) HasData() bool

HasData returns a boolean if a field has been set.

GetDecentroTxnId

func (o *UpgradedaadhaarxmlValidateOtp400Response) GetDecentroTxnId() string

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

GetDecentroTxnIdOk

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

SetDecentroTxnId sets DecentroTxnId field to given value.

HasDecentroTxnId

func (o *UpgradedaadhaarxmlValidateOtp400Response) HasDecentroTxnId() bool

HasDecentroTxnId returns a boolean if a field has been set.

GetMessage

func (o *UpgradedaadhaarxmlValidateOtp400Response) GetMessage() string

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

GetMessageOk

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

SetMessage sets Message field to given value.

HasMessage

func (o *UpgradedaadhaarxmlValidateOtp400Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetResponseCode

func (o *UpgradedaadhaarxmlValidateOtp400Response) GetResponseCode() string

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

GetResponseCodeOk

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

SetResponseCode sets ResponseCode field to given value.

HasResponseCode

func (o *UpgradedaadhaarxmlValidateOtp400Response) HasResponseCode() bool

HasResponseCode returns a boolean if a field has been set.

GetResponseKey

func (o *UpgradedaadhaarxmlValidateOtp400Response) GetResponseKey() string

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

GetResponseKeyOk

func (o *UpgradedaadhaarxmlValidateOtp400Response) 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 *UpgradedaadhaarxmlValidateOtp400Response) SetResponseKey(v string)

SetResponseKey sets ResponseKey field to given value.

HasResponseKey

func (o *UpgradedaadhaarxmlValidateOtp400Response) HasResponseKey() bool

HasResponseKey returns a boolean if a field has been set.

GetStatus

func (o *UpgradedaadhaarxmlValidateOtp400Response) GetStatus() string

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

GetStatusOk

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

SetStatus sets Status field to given value.

HasStatus

func (o *UpgradedaadhaarxmlValidateOtp400Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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