-
public final class RegisterVPARequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRegisterVPARequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringcustomerEmailprivate final DeviceInfodeviceInfoprivate final Stringrvhprivate final UserInfouserInfoprivate final StringvirtualAddressprivate final StringpspRespRefNoprivate final StringreferenceId
-
Constructor Summary
Constructors Constructor Description RegisterVPARequest(String customerEmail, DeviceInfo deviceInfo, String rvh, UserInfo userInfo, String virtualAddress, String pspRespRefNo, String referenceId)
-
Method Summary
Modifier and Type Method Description final StringgetCustomerEmail()final DeviceInfogetDeviceInfo()final StringgetRvh()final UserInfogetUserInfo()final StringgetVirtualAddress()final StringgetPspRespRefNo()final StringgetReferenceId()final JSONObjectgetJSONObject()-
-
Method Detail
-
getCustomerEmail
final String getCustomerEmail()
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getUserInfo
final UserInfo getUserInfo()
-
getVirtualAddress
final String getVirtualAddress()
-
getPspRespRefNo
final String getPspRespRefNo()
-
getReferenceId
final String getReferenceId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-