-
- All Implemented Interfaces:
-
android.os.Parcelable
public class GlobalVaultVerifyOTPResponse extends GlobalVaultOTPResponse implements Parcelable
Purpose of the class to perform construction of the Response Params to Verify Authentication
-
-
Field Summary
Fields Modifier and Type Field Description private Stringtokenpublic final static Parcelable.Creator<GlobalVaultVerifyOTPResponse>CREATOR
-
Constructor Summary
Constructors Constructor Description GlobalVaultVerifyOTPResponse()
-
Method Summary
Modifier and Type Method Description StringgetToken()voidsetToken(String token)intdescribeContents()voidwriteToParcel(Parcel parcel, int i)-
Methods inherited from class com.payu.india.Model.QuickPay.GlobalVaultOTPResponse
getHttpStatusCode, getResponseCode, getResponseMessage, getUuid, setHttpStatusCode, setResponseCode, setResponseMessage, setUuid -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel parcel, int i)
-
-
-
-