-
public final class AccountsListRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAccountsListRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringbankCodeprivate final DeviceInfodeviceInfoprivate final StringrequestTypeprivate final UserInfouserInfoprivate final StringreferenceId
-
Constructor Summary
Constructors Constructor Description AccountsListRequest(String bankCode, DeviceInfo deviceInfo, String requestType, UserInfo userInfo, String referenceId)
-
Method Summary
Modifier and Type Method Description final StringgetBankCode()final DeviceInfogetDeviceInfo()final StringgetRequestType()final UserInfogetUserInfo()final StringgetReferenceId()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
AccountsListRequest
AccountsListRequest(String bankCode, DeviceInfo deviceInfo, String requestType, UserInfo userInfo, String referenceId)
-
-
Method Detail
-
getBankCode
final String getBankCode()
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getRequestType
final String getRequestType()
-
getUserInfo
final UserInfo getUserInfo()
-
getReferenceId
final String getReferenceId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-