@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class TransactionData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_DATE |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_TRANSACTION_ID |
| Constructor and Description |
|---|
TransactionData() |
| Modifier and Type | Method and Description |
|---|---|
TransactionData |
accountId(String accountId) |
TransactionData |
amount(Double amount) |
TransactionData |
date(LocalDate date) |
TransactionData |
description(String description) |
boolean |
equals(Object o) |
String |
getAccountId()
A unique identifier for the end user's account.
|
Double |
getAmount()
The amount of the transaction.
|
LocalDate |
getDate()
The date of the transaction, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (\"yyyy-mm-dd\").
|
String |
getDescription()
The description of the transaction.
|
String |
getTransactionId()
A unique identifier for the transaction.
|
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setAmount(Double amount) |
void |
setDate(LocalDate date) |
void |
setDescription(String description) |
void |
setTransactionId(String transactionId) |
String |
toString() |
TransactionData |
transactionId(String transactionId) |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_TRANSACTION_ID
public TransactionData description(String description)
public String getDescription()
public void setDescription(String description)
public TransactionData amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public TransactionData date(LocalDate date)
public LocalDate getDate()
public void setDate(LocalDate date)
public TransactionData accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public TransactionData transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.