@ShellComponent @ShellCommandGroup(value="BankingScheduledPayments") public class BankingScheduledPayments extends ApiCliBase
| Constructor and Description |
|---|
BankingScheduledPayments() |
| Modifier and Type | Method and Description |
|---|---|
String |
listScheduledPayments(Boolean check,
String accountId,
Integer page,
Integer pageSize) |
String |
listScheduledPaymentsSpecificAccounts(Boolean check,
RequestAccountIds accountIds,
Integer page,
Integer pageSize) |
throwConformanceErrors@ShellMethod(value="List scheduled payments") public String listScheduledPayments(@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 scheduled payments specific accounts") public String listScheduledPaymentsSpecificAccounts(@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.