public interface PaymentMethodModule extends BaseModule
Modifier and Type | Method and Description |
---|---|
void |
deletePaymentMethod(String id)
deletes a payment method (either CC/DD/Invoice)
|
CreditorInfo |
getCreditorInfo(String bic)
Returns all creditors info from BRM
|
PaymentMethods |
getPaymentMethodsOnFile(String accountId)
Gets the payment methods associated
with the account
|
String |
savePaymentMethodsonFile(PayMethod paymentMethod,
String id)
creates/updates a payment method (either CC/DD/Invoice)
|
getBaseOps, getURIContext, getUserContext, setBaseOps, setURIContext, setUserContext
PaymentMethods getPaymentMethodsOnFile(String accountId)
accountId
- Account Id)String savePaymentMethodsonFile(PayMethod paymentMethod, String id)
paymentMethod
- id
- void deletePaymentMethod(String id)
id
- CreditorInfo getCreditorInfo(String bic)
bic
- Bank Identifier code for which a list of creditors are
retrieved (Ex- IANILKU1MAR). If value of bic is null then it should retrieve all creditors