| Package | Description |
|---|---|
| au.org.consumerdatastandards.client.api |
| Modifier and Type | Method and Description |
|---|---|
static BankingPayeesAPI.ParamType |
BankingPayeesAPI.ParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BankingPayeesAPI.ParamType[] |
BankingPayeesAPI.ParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseBankingPayeeList |
BankingPayeesAPI.listPayees(Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type)
Get Payees
Obtain a list of pre-registered payees
|
okhttp3.Call |
BankingPayeesAPI.listPayeesAsync(Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type,
ApiCallback<ResponseBankingPayeeList> _callback)
Get Payees (asynchronously)
Obtain a list of pre-registered payees
|
okhttp3.Call |
BankingPayeesAPI.listPayeesCall(Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type,
ApiCallback _callback)
Build call for listPayees
|
ApiResponse<ResponseBankingPayeeList> |
BankingPayeesAPI.listPayeesWithHttpInfo(Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type)
Get Payees
Obtain a list of pre-registered payees
|
Copyright © 2019. All rights reserved.