Interface AccountNotificationsHandler
-
public interface AccountNotificationsHandlerHandler to sendNotificationRootType.ACCOUNTrelated notifications.
-
-
Method Summary
-
-
-
Method Detail
-
allNonSmsPerformedPayments
void allNonSmsPerformedPayments(Transaction transaction, CurrencyAmount amount, AccountOwner toAccountOwner, String description, String transactionNumber)
-
authorizedPaymentCanceled
void authorizedPaymentCanceled(Transaction transaction, CurrencyAmount amount, AccountOwner cancelerAccountOwner, String transactionNumber)
-
authorizedPaymentDenied
void authorizedPaymentDenied(Transaction transaction, CurrencyAmount amount, AccountOwner denierAccountOwner, String transactionNumber)
-
authorizedPaymentExpired
void authorizedPaymentExpired(Transaction transaction, CurrencyAmount amount, String transactionNumber)
-
authorizedPaymentSucceeded
void authorizedPaymentSucceeded(Transaction transaction, CurrencyAmount amount, AccountOwner toAccountOwner, String transactionNumber)
-
externalPaymentExpired
void externalPaymentExpired(Transaction transaction, Date date, CurrencyAmount amount, TransferType transferType, String payeeInformation)
-
externalPaymentPerformedFailed
void externalPaymentPerformedFailed(Transaction transaction, Date date, CurrencyAmount amount, TransferType transferType, String payeeInformation)
-
externalPaymentReceivedFailed
void externalPaymentReceivedFailed(Transaction transaction, Date date, AccountOwner fromAccountOwner, CurrencyAmount amount, TransferType transferType)
-
incomingRecurringPaymentCanceled
void incomingRecurringPaymentCanceled(RecurringPayment recurringPayment, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner)
-
incomingRecurringPaymentFailed
void incomingRecurringPaymentFailed(RecurringPaymentOccurrence failure, Integer number, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner)
-
incomingRecurringPaymentReceived
void incomingRecurringPaymentReceived(RecurringPayment recurringPayment, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner)
-
incomingScheduledPaymentCanceled
void incomingScheduledPaymentCanceled(ScheduledPayment scheduledPayment, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner)
-
incomingScheduledPaymentFailed
void incomingScheduledPaymentFailed(ScheduledPaymentInstallment installment, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner)
-
incomingScheduledPaymentReceived
void incomingScheduledPaymentReceived(ScheduledPayment scheduledPayment, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner)
-
limitChange
void limitChange(UserAccount account, CurrencyAmount creditLimitAmount, CurrencyAmount upperCreditLimitAmount, AccountType accountType)
-
operatorAuthorizedPaymentApprovedStillPending
void operatorAuthorizedPaymentApprovedStillPending(Transaction transaction, Operator operator, CurrencyAmount amount, BasicUser authorizer, String transactionNumber)
-
operatorAuthorizedPaymentCanceled
void operatorAuthorizedPaymentCanceled(Transaction transaction, Operator operator, CurrencyAmount amount, BasicUser canceler, String transactionNumber)
-
operatorAuthorizedPaymentDenied
void operatorAuthorizedPaymentDenied(Transaction transaction, Operator operator, CurrencyAmount amount, BasicUser denier, String transactionNumber)
-
operatorAuthorizedPaymentExpired
void operatorAuthorizedPaymentExpired(Transaction transaction, Operator operator, CurrencyAmount amount, String transactionNumber)
-
operatorAuthorizedPaymentSucceeded
void operatorAuthorizedPaymentSucceeded(Transaction transaction, Operator operator, CurrencyAmount amount, BasicUser authorizer, String transactionNumber)
-
operatorPaymentAwaitingAuthorization
void operatorPaymentAwaitingAuthorization(Transaction transaction, CurrencyAmount amount, Operator operator, String transactionNumber)
-
paymentAwaitingAuthorization
void paymentAwaitingAuthorization(Transaction transaction, CurrencyAmount amount, AccountOwner fromAccountOwner, String transactionNumber)
-
paymentReceived
void paymentReceived(Transfer transfer, CurrencyAmount amount, AccountOwner fromAccountOwner, String description, String transactionNumber)
-
paymentRequestCanceled
void paymentRequestCanceled(PaymentRequest paymentRequest, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner toOwner, String transactionNumber)
-
paymentRequestDenied
void paymentRequestDenied(PaymentRequest paymentRequest, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner, String transactionNumber)
-
paymentRequestExpirationDateChanged
void paymentRequestExpirationDateChanged(PaymentRequest paymentRequest, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner, Date expirationDate, String smsCode, String transactionNumber)
-
paymentRequestExpired
void paymentRequestExpired(PaymentRequest paymentRequest, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner toOwner, String transactionNumber)
-
paymentRequestProcessed
void paymentRequestProcessed(PaymentRequest paymentRequest, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner toOwner, String transactionNumber)
-
paymentRequestReceived
void paymentRequestReceived(PaymentRequest paymentRequest, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner, Date expirationDate, String smsCode, String transactionNumber)
-
recurringPaymentFailed
void recurringPaymentFailed(RecurringPaymentOccurrence failure, Integer number, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner toOwner)
-
recurringPaymentOccurrenceProcessed
void recurringPaymentOccurrenceProcessed(InstallmentTransfer transfer, Integer number, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner fromOwner)
-
scheduledPaymentFailed
void scheduledPaymentFailed(ScheduledPaymentInstallment installment, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner toOwner)
-
scheduledPaymentInstallmentProcessed
void scheduledPaymentInstallmentProcessed(ScheduledPaymentInstallment installment, Integer number, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner toOwner)
-
scheduledPaymentRequestFailed
void scheduledPaymentRequestFailed(PaymentRequest paymentRequest, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner toOwner)
-
sentPaymentRequestExpirationDateChanged
void sentPaymentRequestExpirationDateChanged(PaymentRequest paymentRequest, CurrencyAmount currencyAmount, TransferType transferType, AccountOwner toOwner, Date expirationDate, String smsCode, String transactionNumber)
-
smsPerformedPayment
void smsPerformedPayment(Transaction transaction, CurrencyAmount amount, AccountOwner toAccountOwner, String description, String transactionNumber)
-
ticketWebhookFailed
void ticketWebhookFailed(Ticket ticket, String ticketNumber, CurrencyAmount amount, InternalAccountOwner toAccountOwner)
-
voucherAboutToExpire
void voucherAboutToExpire(Voucher voucher, CurrencyAmount amount, VoucherType type, Date expirationDate)
-
voucherAssigned
void voucherAssigned(Voucher voucher, CurrencyAmount amount, VoucherType type, Date expirationDate)
-
voucherExpirationDateChanged
void voucherExpirationDateChanged(Voucher voucher, CurrencyAmount amount, VoucherType type, Date newExpirationDate)
-
voucherExpired
void voucherExpired(Voucher voucher, CurrencyAmount amount, VoucherType type)
-
voucherPinBlocked
void voucherPinBlocked(Voucher voucher, CurrencyAmount amount, VoucherType type, Object place)
-
voucherRedeem
void voucherRedeem(VoucherRedeem redeem, CurrencyAmount redeemAmount, User place)
-
voucherTopUp
void voucherTopUp(VoucherTopUp topUp, CurrencyAmount topUpAmount, User place)
-
-