-
public final class CheckVPARequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCheckVPARequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final PayeeTypepayeeTypeprivate final StringvpaRequestTypeprivate final DeviceInfodeviceInfoprivate final StringreferenceId
-
Constructor Summary
Constructors Constructor Description CheckVPARequest(PayeeType payeeType, String vpaRequestType, DeviceInfo deviceInfo, String referenceId)
-
Method Summary
Modifier and Type Method Description final PayeeTypegetPayeeType()final StringgetVpaRequestType()final DeviceInfogetDeviceInfo()final StringgetReferenceId()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
CheckVPARequest
CheckVPARequest(PayeeType payeeType, String vpaRequestType, DeviceInfo deviceInfo, String referenceId)
-
-
Method Detail
-
getPayeeType
final PayeeType getPayeeType()
-
getVpaRequestType
final String getVpaRequestType()
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getReferenceId
final String getReferenceId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-