@ShellComponent @ShellCommandGroup(value="BankingScheduledPayments") public class BankingScheduledPayments extends ApiCliBase
clientFactory| Constructor and Description |
|---|
BankingScheduledPayments() |
| Modifier and Type | Method and Description |
|---|---|
String |
listScheduledPayments(boolean check,
String accountId,
Integer page,
Integer pageSize,
Integer version) |
String |
listScheduledPaymentsSpecificAccounts(boolean check,
RequestAccountIds accountIds,
Integer page,
Integer pageSize,
Integer version) |
createObjectMapper, getEndpointVersion, throwConformanceErrors, toJson, validateMetadata@ShellMethod(value="List scheduled payments") public String listScheduledPayments(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") String accountId, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize, @ShellOption(defaultValue="2") Integer version) throws Exception
Exception@ShellMethod(value="List scheduled payments specific accounts") public String listScheduledPaymentsSpecificAccounts(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") RequestAccountIds accountIds, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize, @ShellOption(defaultValue="2") Integer version) throws Exception
ExceptionCopyright © 2023. All rights reserved.