- reportTransaction(LendingReportTransactionRequest) - Method in class io.bayonet.clients.LendingClient
-
Handler for sending transaction listener API calls
the transaction listener is for sending solicitudes at the moment they are received
the listener does not send any response about a persona's info, it only listens to the transactions
- reportTransactionAndConsult(LendingReportTransactionRequest) - Method in class io.bayonet.clients.LendingClient
-
Handler for sending transaction listener API calls - and consult at the same time
the only difference between this method and the reportTransaction method is that this method also generates a consult at the same time
- request(Object, String, String) - Method in class io.bayonet.helpers.HttpHelper
-
Handler to send POST requests
- RulesTriggered - Class in io.bayonet.model.base
-
Created by imranarshad on 6/12/18
models the rules triggered set in the consult API response
- RulesTriggered() - Constructor for class io.bayonet.model.base.RulesTriggered
-