-
public final class TransactionHistoryListResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTransactionHistoryListResponseResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integeridprivate final StringclientTxnIdprivate final StringsubClientIdentifierprivate final StringnpciTxnIdprivate final StringpayerVpaprivate final StringpayerAccountNumberprivate final StringpayeeIfscprivate final StringpayerAccountTypeprivate final StringpayeeVpaprivate final Stringamountprivate final StringbankResponseCodeprivate final TransactionHistoryApiResponseapiRespprivate final StringnpciResponseCodeprivate final StringaddedOnprivate final StringupdatedOnprivate final StringclientIdprivate final StringcustomerIdprivate final StringtxnStatusprivate final StringmobileNumberprivate final StringpayerBankName
-
Constructor Summary
Constructors Constructor Description TransactionHistoryListResponseResult(Integer id, String clientTxnId, String subClientIdentifier, String npciTxnId, String payerVpa, String payerAccountNumber, String payeeIfsc, String payerAccountType, String payeeVpa, String amount, String bankResponseCode, TransactionHistoryApiResponse apiResp, String npciResponseCode, String addedOn, String updatedOn, String clientId, String customerId, String txnStatus, String mobileNumber, String payerBankName)
-
Method Summary
Modifier and Type Method Description final IntegergetId()final StringgetClientTxnId()final StringgetSubClientIdentifier()final StringgetNpciTxnId()final StringgetPayerVpa()final StringgetPayerAccountNumber()final StringgetPayeeIfsc()final StringgetPayerAccountType()final StringgetPayeeVpa()final StringgetAmount()final StringgetBankResponseCode()final TransactionHistoryApiResponsegetApiResp()final StringgetNpciResponseCode()final StringgetAddedOn()final StringgetUpdatedOn()final StringgetClientId()final StringgetCustomerId()final StringgetTxnStatus()final StringgetMobileNumber()final StringgetPayerBankName()-
-
Constructor Detail
-
TransactionHistoryListResponseResult
TransactionHistoryListResponseResult(Integer id, String clientTxnId, String subClientIdentifier, String npciTxnId, String payerVpa, String payerAccountNumber, String payeeIfsc, String payerAccountType, String payeeVpa, String amount, String bankResponseCode, TransactionHistoryApiResponse apiResp, String npciResponseCode, String addedOn, String updatedOn, String clientId, String customerId, String txnStatus, String mobileNumber, String payerBankName)
-
-
Method Detail
-
getClientTxnId
final String getClientTxnId()
-
getSubClientIdentifier
final String getSubClientIdentifier()
-
getNpciTxnId
final String getNpciTxnId()
-
getPayerVpa
final String getPayerVpa()
-
getPayerAccountNumber
final String getPayerAccountNumber()
-
getPayeeIfsc
final String getPayeeIfsc()
-
getPayerAccountType
final String getPayerAccountType()
-
getPayeeVpa
final String getPayeeVpa()
-
getBankResponseCode
final String getBankResponseCode()
-
getApiResp
final TransactionHistoryApiResponse getApiResp()
-
getNpciResponseCode
final String getNpciResponseCode()
-
getAddedOn
final String getAddedOn()
-
getUpdatedOn
final String getUpdatedOn()
-
getClientId
final String getClientId()
-
getCustomerId
final String getCustomerId()
-
getTxnStatus
final String getTxnStatus()
-
getMobileNumber
final String getMobileNumber()
-
getPayerBankName
final String getPayerBankName()
-
-
-
-