-
public final class UPITokenRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUPITokenRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringcredDataValueprivate final StringcredSubTypeprivate final StringtransactionIdprivate final StringtxnTypeprivate final StringreferenceId
-
Method Summary
Modifier and Type Method Description final StringgetCredDataValue()final StringgetCredSubType()final StringgetTransactionId()final StringgetTxnType()final StringgetReferenceId()final JSONObjectgetJSONObject()-
-
Method Detail
-
getCredDataValue
final String getCredDataValue()
-
getCredSubType
final String getCredSubType()
-
getTransactionId
final String getTransactionId()
-
getTxnType
final String getTxnType()
-
getReferenceId
final String getReferenceId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-