@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class GetRecipientResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_NAME |
static String |
SERIALIZED_NAME_LOGO_URI |
static String |
SERIALIZED_NAME_RECIPIENT_ID |
static String |
SERIALIZED_NAME_THIRD_PARTY_LEGAL_NAME |
Constructor and Description |
---|
GetRecipientResponse() |
Modifier and Type | Method and Description |
---|---|
GetRecipientResponse |
clientName(String clientName) |
boolean |
equals(Object o) |
String |
getClientName()
The recipient name displayed by the Data Provider during the consent flow
|
String |
getLogoUri()
Data Recipient Logo URL location
|
String |
getRecipientId()
The recipient identifier
|
String |
getThirdPartyLegalName()
The legal name of the recipient
|
int |
hashCode() |
GetRecipientResponse |
logoUri(String logoUri) |
GetRecipientResponse |
recipientId(String recipientId) |
void |
setClientName(String clientName) |
void |
setLogoUri(String logoUri) |
void |
setRecipientId(String recipientId) |
void |
setThirdPartyLegalName(String thirdPartyLegalName) |
GetRecipientResponse |
thirdPartyLegalName(String thirdPartyLegalName) |
String |
toString() |
public static final String SERIALIZED_NAME_RECIPIENT_ID
public static final String SERIALIZED_NAME_CLIENT_NAME
public static final String SERIALIZED_NAME_LOGO_URI
public static final String SERIALIZED_NAME_THIRD_PARTY_LEGAL_NAME
public GetRecipientResponse recipientId(String recipientId)
public String getRecipientId()
public void setRecipientId(String recipientId)
public GetRecipientResponse clientName(String clientName)
public String getClientName()
public void setClientName(String clientName)
public GetRecipientResponse logoUri(String logoUri)
public void setLogoUri(String logoUri)
public GetRecipientResponse thirdPartyLegalName(String thirdPartyLegalName)
public String getThirdPartyLegalName()
public void setThirdPartyLegalName(String thirdPartyLegalName)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.