@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class TransactionOverride extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_DATE_POSTED |
static String |
SERIALIZED_NAME_DATE_TRANSACTED |
static String |
SERIALIZED_NAME_DESCRIPTION |
Constructor and Description |
---|
TransactionOverride() |
Modifier and Type | Method and Description |
---|---|
TransactionOverride |
amount(Double amount) |
TransactionOverride |
currency(String currency) |
TransactionOverride |
datePosted(LocalDate datePosted) |
TransactionOverride |
dateTransacted(LocalDate dateTransacted) |
TransactionOverride |
description(String description) |
boolean |
equals(Object o) |
Double |
getAmount()
The transaction amount.
|
String |
getCurrency()
The ISO-4217 format currency code for the transaction.
|
LocalDate |
getDatePosted()
The date the transaction posted, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format.
|
LocalDate |
getDateTransacted()
The date of the transaction, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format.
|
String |
getDescription()
The transaction description.
|
int |
hashCode() |
void |
setAmount(Double amount) |
void |
setCurrency(String currency) |
void |
setDatePosted(LocalDate datePosted) |
void |
setDateTransacted(LocalDate dateTransacted) |
void |
setDescription(String description) |
String |
toString() |
public static final String SERIALIZED_NAME_DATE_TRANSACTED
public static final String SERIALIZED_NAME_DATE_POSTED
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_CURRENCY
public TransactionOverride dateTransacted(LocalDate dateTransacted)
public LocalDate getDateTransacted()
public void setDateTransacted(LocalDate dateTransacted)
public TransactionOverride datePosted(LocalDate datePosted)
public LocalDate getDatePosted()
public void setDatePosted(LocalDate datePosted)
public TransactionOverride amount(Double amount)
public Double getAmount()
public void setAmount(Double amount)
public TransactionOverride description(String description)
public String getDescription()
public void setDescription(String description)
public TransactionOverride currency(String currency)
@Nullable public String getCurrency()
public void setCurrency(String currency)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.