-
public final class BalanceEnquiryResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBalanceEnquiryResponseResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final AccountInfoaccountInfoprivate final StringnpciTranIdprivate final StringstatusDescrption
-
Constructor Summary
Constructors Constructor Description BalanceEnquiryResponseResult(AccountInfo accountInfo, String npciTranId, String statusDescrption)
-
Method Summary
Modifier and Type Method Description final AccountInfogetAccountInfo()final StringgetNpciTranId()final StringgetStatusDescrption()final JSONObjectgetJSONObject(Boolean maskPi, Boolean logInfo)-
-
Constructor Detail
-
BalanceEnquiryResponseResult
BalanceEnquiryResponseResult(AccountInfo accountInfo, String npciTranId, String statusDescrption)
-
-
Method Detail
-
getAccountInfo
final AccountInfo getAccountInfo()
-
getNpciTranId
final String getNpciTranId()
-
getStatusDescrption
final String getStatusDescrption()
-
getJSONObject
final JSONObject getJSONObject(Boolean maskPi, Boolean logInfo)
-
-
-
-