@ShellComponent @ShellCommandGroup(value="BankingPayees") public class BankingPayees extends ApiCliBase
clientFactory| Constructor and Description |
|---|
BankingPayees() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPayeeDetail(boolean check,
String payeeId) |
String |
listPayees(boolean check,
Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type) |
createObjectMapper, getEndpointVersion, throwConformanceErrors, toJson, validateMetadata@ShellMethod(value="Get payee detail") public String getPayeeDetail(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") String payeeId) throws Exception
Exception@ShellMethod(value="List payees") public String listPayees(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize, @ShellOption(defaultValue="__NULL__") BankingPayeesAPI.ParamType type) throws Exception
ExceptionCopyright © 2023. All rights reserved.