@ShellComponent @ShellCommandGroup(value="BankingDirectDebits") public class BankingDirectDebits extends ApiCliBase
| Constructor and Description |
|---|
BankingDirectDebits() |
| Modifier and Type | Method and Description |
|---|---|
String |
listDirectDebits(Boolean check,
String accountId,
Integer page,
Integer pageSize) |
String |
listDirectDebitsSpecificAccounts(Boolean check,
RequestAccountIds accountIds,
Integer page,
Integer pageSize) |
throwConformanceErrors@ShellMethod(value="List direct debits") public String listDirectDebits(@ShellOption(defaultValue="__NULL__") Boolean check, @ShellOption(defaultValue="__NULL__") String accountId, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize) throws Exception
Exception@ShellMethod(value="List direct debits specific accounts") public String listDirectDebitsSpecificAccounts(@ShellOption(defaultValue="__NULL__") Boolean check, @ShellOption(defaultValue="__NULL__") RequestAccountIds accountIds, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize) throws Exception
ExceptionCopyright © 2019. All rights reserved.