Package com.plaid.client.model
Class PaymentInitiationRecipientGetRequest
java.lang.Object
com.plaid.client.model.PaymentInitiationRecipientGetRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-08-13T23:02:46.991Z[GMT]")
public class PaymentInitiationRecipientGetRequest
extends java.lang.Object
PaymentInitiationRecipientGetRequest defines the request schema for `/payment_initiation/recipient/get`
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERIALIZED_NAME_CLIENT_ID
static java.lang.String
SERIALIZED_NAME_RECIPIENT_ID
static java.lang.String
SERIALIZED_NAME_SECRET
-
Constructor Summary
Constructors Constructor Description PaymentInitiationRecipientGetRequest()
-
Method Summary
Modifier and Type Method Description PaymentInitiationRecipientGetRequest
clientId(java.lang.String clientId)
boolean
equals(java.lang.Object o)
java.lang.String
getClientId()
Your Plaid API `client_id`.java.lang.String
getRecipientId()
The ID of the recipientjava.lang.String
getSecret()
Your Plaid API `secret`.int
hashCode()
PaymentInitiationRecipientGetRequest
recipientId(java.lang.String recipientId)
PaymentInitiationRecipientGetRequest
secret(java.lang.String secret)
void
setClientId(java.lang.String clientId)
void
setRecipientId(java.lang.String recipientId)
void
setSecret(java.lang.String secret)
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_CLIENT_ID
public static final java.lang.String SERIALIZED_NAME_CLIENT_ID- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SECRET
public static final java.lang.String SERIALIZED_NAME_SECRET- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECIPIENT_ID
public static final java.lang.String SERIALIZED_NAME_RECIPIENT_ID- See Also:
- Constant Field Values
-
-
Constructor Details
-
PaymentInitiationRecipientGetRequest
public PaymentInitiationRecipientGetRequest()
-
-
Method Details
-
clientId
-
getClientId
@Nullable public java.lang.String getClientId()Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.- Returns:
- clientId
-
setClientId
public void setClientId(java.lang.String clientId) -
secret
-
getSecret
@Nullable public java.lang.String getSecret()Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.- Returns:
- secret
-
setSecret
public void setSecret(java.lang.String secret) -
recipientId
-
getRecipientId
public java.lang.String getRecipientId()The ID of the recipient- Returns:
- recipientId
-
setRecipientId
public void setRecipientId(java.lang.String recipientId) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-