-
public final class InitiateMPinResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInitiateMPinResponseResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringupiTranRefNoprivate final StringnpciTranIdprivate final StringotpNpciTranIdprivate final DeviceInfodeviceInfoprivate final PayerTypepayerTypeprivate final StringtransactionNoteprivate final StringrefUrlprivate final Credentialcredentialprivate final Stringstatusprivate final StringstatusDesc
-
Constructor Summary
Constructors Constructor Description InitiateMPinResponseResult(String upiTranRefNo, String npciTranId, String otpNpciTranId, DeviceInfo deviceInfo, PayerType payerType, String transactionNote, String refUrl, Credential credential, String status, String statusDesc)
-
Method Summary
Modifier and Type Method Description final StringgetUpiTranRefNo()final StringgetNpciTranId()final StringgetOtpNpciTranId()final DeviceInfogetDeviceInfo()final PayerTypegetPayerType()final StringgetTransactionNote()final StringgetRefUrl()final CredentialgetCredential()final StringgetStatus()final StringgetStatusDesc()final JSONObjectgetJSONObject(Boolean maskPi, Boolean logInfo)-
-
Constructor Detail
-
InitiateMPinResponseResult
InitiateMPinResponseResult(String upiTranRefNo, String npciTranId, String otpNpciTranId, DeviceInfo deviceInfo, PayerType payerType, String transactionNote, String refUrl, Credential credential, String status, String statusDesc)
-
-
Method Detail
-
getUpiTranRefNo
final String getUpiTranRefNo()
-
getNpciTranId
final String getNpciTranId()
-
getOtpNpciTranId
final String getOtpNpciTranId()
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getPayerType
final PayerType getPayerType()
-
getTransactionNote
final String getTransactionNote()
-
getCredential
final Credential getCredential()
-
getStatusDesc
final String getStatusDesc()
-
getJSONObject
final JSONObject getJSONObject(Boolean maskPi, Boolean logInfo)
-
-
-
-