@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class Counterparty extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_LOGO_URL |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_WEBSITE |
Constructor and Description |
---|
Counterparty() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
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() |
Counterparty |
logoUrl(String logoUrl) |
Counterparty |
name(String name) |
void |
setLogoUrl(String logoUrl) |
void |
setName(String name) |
void |
setType(CounterpartyType type) |
void |
setWebsite(String website) |
String |
toString() |
Counterparty |
type(CounterpartyType type) |
Counterparty |
website(String website) |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_WEBSITE
public static final String SERIALIZED_NAME_LOGO_URL
public Counterparty name(String name)
public String getName()
public void setName(String name)
public Counterparty type(CounterpartyType type)
public CounterpartyType getType()
public void setType(CounterpartyType type)
public Counterparty website(String website)
@Nullable public String getWebsite()
public void setWebsite(String website)
public Counterparty logoUrl(String logoUrl)
@Nullable public String getLogoUrl()
public void setLogoUrl(String logoUrl)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.