public static final class CustomerBankAccountService.CustomerBankAccountListRequest<S> extends ListRequest<S,CustomerBankAccount>
Request class for CustomerBankAccountService.list()
.
Returns a cursor-paginated list of your bank accounts.
Modifier and Type | Class and Description |
---|---|
static class |
CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt |
ListRequest.ListRequestExecutor<S,T>
execute, executeWrapped, iteratingExecutor, pagingExecutor
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withAfter(java.lang.String after)
Cursor pointing to the start of the desired set.
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withBefore(java.lang.String before)
Cursor pointing to the end of the desired set.
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withCreatedAt(CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt createdAt)
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withCreatedAtGt(java.lang.String gt)
Limit to records created after the specified date-time.
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withCreatedAtGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withCreatedAtLt(java.lang.String lt)
Limit to records created before the specified date-time.
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withCreatedAtLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withCustomer(java.lang.String customer)
Unique identifier, beginning with “CU”.
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withEnabled(java.lang.Boolean enabled)
Get enabled or disabled customer bank accounts.
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withLimit(java.lang.Integer limit)
Number of records to return.
public CustomerBankAccountService.CustomerBankAccountListRequest<S> withHeader(java.lang.String headerName, java.lang.String headerValue)