public class ListBankAccountsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListBankAccountsRequest.Builder
Class to build instances of
ListBankAccountsRequest. |
| Constructor and Description |
|---|
ListBankAccountsRequest(String cursor,
Integer limit,
String locationId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
int |
hashCode() |
ListBankAccountsRequest.Builder |
toBuilder()
Builds a new
ListBankAccountsRequest.Builder object. |
String |
toString()
Converts this ListBankAccountsRequest into string format.
|
public String getCursor()
public Integer getLimit()
public String getLocationId()
public String toString()
public ListBankAccountsRequest.Builder toBuilder()
ListBankAccountsRequest.Builder object.
Creates the instance with the state of the current model.ListBankAccountsRequest.Builder objectCopyright © 2022. All rights reserved.