-
public final class ChangeMPinRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChangeMPinRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringaccountIdprivate final CredentialmpinCredentialsprivate final CredentialnewMpinCredentialsprivate final StringnpciTransactionIdprivate final DeviceInfodeviceInfoprivate final PayerTypepayerTypeprivate final StringvirtualAddressprivate final StringreferenceId
-
Constructor Summary
Constructors Constructor Description ChangeMPinRequest(String accountId, Credential mpinCredentials, Credential newMpinCredentials, String npciTransactionId, DeviceInfo deviceInfo, PayerType payerType, String virtualAddress, String referenceId)
-
Method Summary
Modifier and Type Method Description final StringgetAccountId()final CredentialgetMpinCredentials()final CredentialgetNewMpinCredentials()final StringgetNpciTransactionId()final DeviceInfogetDeviceInfo()final PayerTypegetPayerType()final StringgetVirtualAddress()final StringgetReferenceId()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
ChangeMPinRequest
ChangeMPinRequest(String accountId, Credential mpinCredentials, Credential newMpinCredentials, String npciTransactionId, DeviceInfo deviceInfo, PayerType payerType, String virtualAddress, String referenceId)
-
-
Method Detail
-
getAccountId
final String getAccountId()
-
getMpinCredentials
final Credential getMpinCredentials()
-
getNewMpinCredentials
final Credential getNewMpinCredentials()
-
getNpciTransactionId
final String getNpciTransactionId()
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getPayerType
final PayerType getPayerType()
-
getVirtualAddress
final String getVirtualAddress()
-
getReferenceId
final String getReferenceId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-