-
public final class GetBankListRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGetBankListRequest.Companion
-
Field Summary
Fields Modifier and Type Field Description private final DeviceInfodeviceInfoprivate final IntegerappVersionCodeprivate final BooleancheckMultiVpaprivate final Booleancheck_root_detectionprivate final BooleanisMerchantprivate final BooleanisPreRegUserprivate final BooleanmerchCustFlagprivate final BooleanpreRegistrationStatusprivate final IntegerrecoveryOptionFlagprivate final BooleansendRegSmsprivate final BooleansmsSentprivate final IntegerupdateFlagprivate final StringreferenceId
-
Constructor Summary
Constructors Constructor Description GetBankListRequest(DeviceInfo deviceInfo, Integer appVersionCode, Boolean checkMultiVpa, Boolean check_root_detection, Boolean isMerchant, Boolean isPreRegUser, Boolean merchCustFlag, Boolean preRegistrationStatus, Integer recoveryOptionFlag, Boolean sendRegSms, Boolean smsSent, Integer updateFlag, String referenceId)
-
Method Summary
Modifier and Type Method Description final DeviceInfogetDeviceInfo()final IntegergetAppVersionCode()final BooleangetCheckMultiVpa()final BooleangetCheck_root_detection()final BooleangetIsMerchant()final BooleangetIsPreRegUser()final BooleangetMerchCustFlag()final BooleangetPreRegistrationStatus()final IntegergetRecoveryOptionFlag()final BooleangetSendRegSms()final BooleangetSmsSent()final IntegergetUpdateFlag()final StringgetReferenceId()final JSONObjectgetJSONObject()-
-
Constructor Detail
-
GetBankListRequest
GetBankListRequest(DeviceInfo deviceInfo, Integer appVersionCode, Boolean checkMultiVpa, Boolean check_root_detection, Boolean isMerchant, Boolean isPreRegUser, Boolean merchCustFlag, Boolean preRegistrationStatus, Integer recoveryOptionFlag, Boolean sendRegSms, Boolean smsSent, Integer updateFlag, String referenceId)
-
-
Method Detail
-
getDeviceInfo
final DeviceInfo getDeviceInfo()
-
getAppVersionCode
final Integer getAppVersionCode()
-
getCheckMultiVpa
final Boolean getCheckMultiVpa()
-
getCheck_root_detection
final Boolean getCheck_root_detection()
-
getIsMerchant
final Boolean getIsMerchant()
-
getIsPreRegUser
final Boolean getIsPreRegUser()
-
getMerchCustFlag
final Boolean getMerchCustFlag()
-
getPreRegistrationStatus
final Boolean getPreRegistrationStatus()
-
getRecoveryOptionFlag
final Integer getRecoveryOptionFlag()
-
getSendRegSms
final Boolean getSendRegSms()
-
getSmsSent
final Boolean getSmsSent()
-
getUpdateFlag
final Integer getUpdateFlag()
-
getReferenceId
final String getReferenceId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-