@ShellComponent @ShellCommandGroup(value="BankingDirectDebits") public class BankingDirectDebits extends ApiCliBase
clientFactory| Constructor and Description |
|---|
BankingDirectDebits() |
| Modifier and Type | Method and Description |
|---|---|
String |
listDirectDebits(boolean check,
String accountId,
Integer page,
Integer pageSize) |
String |
listDirectDebitsBulk(boolean check,
Boolean isOwned,
ParamAccountOpenStatus openStatus,
Integer page,
Integer pageSize,
BankingProductCategory productCategory) |
String |
listDirectDebitsSpecificAccounts(boolean check,
List<String> accountIds,
Integer page,
Integer pageSize) |
createObjectMapper, getEndpointVersion, throwConformanceErrors, toJson, validateMetadata@ShellMethod(value="List direct debits") public String listDirectDebits(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") String accountId, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize) throws Exception
Exception@ShellMethod(value="Obtain balances for multiple, filtered accounts") public String listDirectDebitsBulk(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") Boolean isOwned, @ShellOption(defaultValue="__NULL__") ParamAccountOpenStatus openStatus, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize, @ShellOption(defaultValue="__NULL__") BankingProductCategory productCategory) throws Exception
Exception@ShellMethod(value="List direct debits specific accounts") public String listDirectDebitsSpecificAccounts(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") List<String> accountIds, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize) throws Exception
ExceptionCopyright © 2023. All rights reserved.