| Enum | Description |
|---|---|
| BankingSubmodule |
Submodules for the
TRANSACTIONS module |
| Exception | Description |
|---|---|
| InsufficientBalanceException |
Exception thrown when an account does not have enough balance for a transfer
|
| MaxAmountExceededException | |
| MaxAmountPerDayExceededException |
Exception thrown when the maximum amount per day was exceeded on a payment
|
| MaxAmountPerMonthExceededException |
Exception thrown when the maximum amount per month was exceeded on a payment
|
| MaxAmountPerWeekExceededException |
Exception thrown when the maximum amount per week was exceeded on a payment
|
| MaxPaymentsExceededException | |
| MaxPaymentsPerDayExceededException |
Exception thrown when the payment cannot be performed because it exceeds the number
of payments per day.
|
| MaxPaymentsPerMonthExceededException |
Exception thrown when the payment cannot be performed because it exceeds the number
of payments per month.
|
| MaxPaymentsPerWeekExceededException |
Exception thrown when the payment cannot be performed because it exceeds the number
of payments per week.
|
| MinTimeBetweenPaymentsException |
Exception thrown when the payment cannot be performed because
it must wait a minimum period of time
|
| PosPayerException |
Base class for exceptions when attempting to receive a payment
|
| PosPayerNotInChannelException |
Exception thrown when attempting to receive a payment from an user which doesn't participate on the POS channel
|
| PosPayerNotOperativeException |
Exception thrown when attempting to receive a payment from an user which is not
operative (has pending agreements or security answer)
|
| TransferException |
Exception thrown when there is a problem inserting a transfer
|
| UpperCreditLimitReachedException |
Exception thrown when an account would have more balance than the allowed by the upper credit limit restriction
|