@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class AssetReportTransactionAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CREDIT_CATEGORY |
static String |
SERIALIZED_NAME_DATE_TRANSACTED |
Constructor and Description |
---|
AssetReportTransactionAllOf() |
Modifier and Type | Method and Description |
---|---|
AssetReportTransactionAllOf |
creditCategory(CreditCategory creditCategory) |
AssetReportTransactionAllOf |
dateTransacted(String dateTransacted) |
boolean |
equals(Object o) |
CreditCategory |
getCreditCategory()
Get creditCategory
|
String |
getDateTransacted()
The date on which the transaction took place, in IS0 8601 format.
|
int |
hashCode() |
void |
setCreditCategory(CreditCategory creditCategory) |
void |
setDateTransacted(String dateTransacted) |
String |
toString() |
public static final String SERIALIZED_NAME_DATE_TRANSACTED
public static final String SERIALIZED_NAME_CREDIT_CATEGORY
public AssetReportTransactionAllOf dateTransacted(String dateTransacted)
@Nullable public String getDateTransacted()
public void setDateTransacted(String dateTransacted)
public AssetReportTransactionAllOf creditCategory(CreditCategory creditCategory)
@Nullable public CreditCategory getCreditCategory()
public void setCreditCategory(CreditCategory creditCategory)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.