public interface ProcessDirectDebit
Modifier and Type | Method and Description |
---|---|
ProcessDirectDebitResult |
process(MutableDataSource mds,
InvoicePayment payment,
BankAccount account)
Performs the custom action
|
@CheckReturnValue @Nonnull ProcessDirectDebitResult process(MutableDataSource mds, InvoicePayment payment, BankAccount account)
mds
- - The MutableDataSource that all actions should be applied topayment
- the payment to processaccount
- the bank accountstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.