@ShellComponent @ShellCommandGroup(value="BankingPayees") public class BankingPayees extends ApiCliBase
| 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) |
throwConformanceErrors@ShellMethod(value="Get payee detail") public String getPayeeDetail(@ShellOption(defaultValue="__NULL__") Boolean check, @ShellOption(defaultValue="__NULL__") String payeeId) throws Exception
Exception@ShellMethod(value="List payees") public String listPayees(@ShellOption(defaultValue="__NULL__") Boolean check, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize, @ShellOption(defaultValue="__NULL__") BankingPayeesAPI.ParamType type) throws Exception
ExceptionCopyright © 2019. All rights reserved.