@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class TransactionCounterparty extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONFIDENCE_LEVEL |
static String |
SERIALIZED_NAME_ENTITY_ID |
static String |
SERIALIZED_NAME_LOGO_URL |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_WEBSITE |
Constructor and Description |
---|
TransactionCounterparty() |
Modifier and Type | Method and Description |
---|---|
TransactionCounterparty |
confidenceLevel(String confidenceLevel) |
TransactionCounterparty |
entityId(String entityId) |
boolean |
equals(Object o) |
String |
getConfidenceLevel()
A description of how confident we are that the provided counterparty is involved in the transaction.
|
String |
getEntityId()
A unique, stable, Plaid-generated ID that maps to the counterparty.
|
String |
getLogoUrl()
The URL of a logo associated with the counterparty, if available.
|
String |
getName()
The name of the counterparty, such as the merchant or the financial institution, as extracted by Plaid from the raw description.
|
CounterpartyType |
getType()
Get type
|
String |
getWebsite()
The website associated with the counterparty.
|
int |
hashCode() |
TransactionCounterparty |
logoUrl(String logoUrl) |
TransactionCounterparty |
name(String name) |
void |
setConfidenceLevel(String confidenceLevel) |
void |
setEntityId(String entityId) |
void |
setLogoUrl(String logoUrl) |
void |
setName(String name) |
void |
setType(CounterpartyType type) |
void |
setWebsite(String website) |
String |
toString() |
TransactionCounterparty |
type(CounterpartyType type) |
TransactionCounterparty |
website(String website) |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_ENTITY_ID
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_WEBSITE
public static final String SERIALIZED_NAME_LOGO_URL
public static final String SERIALIZED_NAME_CONFIDENCE_LEVEL
public TransactionCounterparty name(String name)
public String getName()
public void setName(String name)
public TransactionCounterparty entityId(String entityId)
@Nullable public String getEntityId()
public void setEntityId(String entityId)
public TransactionCounterparty type(CounterpartyType type)
public CounterpartyType getType()
public void setType(CounterpartyType type)
public TransactionCounterparty website(String website)
@Nullable public String getWebsite()
public void setWebsite(String website)
public TransactionCounterparty logoUrl(String logoUrl)
@Nullable public String getLogoUrl()
public void setLogoUrl(String logoUrl)
public TransactionCounterparty confidenceLevel(String confidenceLevel)
@Nullable public String getConfidenceLevel()
public void setConfidenceLevel(String confidenceLevel)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.