@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class WalletTransactionListRequestOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_END_TIME |
static String |
SERIALIZED_NAME_START_TIME |
| Constructor and Description |
|---|
WalletTransactionListRequestOptions() |
| Modifier and Type | Method and Description |
|---|---|
WalletTransactionListRequestOptions |
endTime(OffsetDateTime endTime) |
boolean |
equals(Object o) |
OffsetDateTime |
getEndTime()
Timestamp in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DDThh:mm:ssZ) for filtering transactions, inclusive of the provided date.
|
OffsetDateTime |
getStartTime()
Timestamp in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DDThh:mm:ssZ) for filtering transactions, inclusive of the provided date.
|
int |
hashCode() |
void |
setEndTime(OffsetDateTime endTime) |
void |
setStartTime(OffsetDateTime startTime) |
WalletTransactionListRequestOptions |
startTime(OffsetDateTime startTime) |
String |
toString() |
public static final String SERIALIZED_NAME_START_TIME
public static final String SERIALIZED_NAME_END_TIME
public WalletTransactionListRequestOptions startTime(OffsetDateTime startTime)
@Nullable public OffsetDateTime getStartTime()
public void setStartTime(OffsetDateTime startTime)
public WalletTransactionListRequestOptions endTime(OffsetDateTime endTime)
@Nullable public OffsetDateTime getEndTime()
public void setEndTime(OffsetDateTime endTime)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.