@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class PaymentProfileGetRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_PAYMENT_PROFILE_TOKEN |
static String |
SERIALIZED_NAME_SECRET |
| Constructor and Description |
|---|
PaymentProfileGetRequest() |
| Modifier and Type | Method and Description |
|---|---|
PaymentProfileGetRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getPaymentProfileToken()
A payment profile token associated with the Payment Profile data that is being requested.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
PaymentProfileGetRequest |
paymentProfileToken(String paymentProfileToken) |
PaymentProfileGetRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setPaymentProfileToken(String paymentProfileToken) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_PAYMENT_PROFILE_TOKEN
public PaymentProfileGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public PaymentProfileGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public PaymentProfileGetRequest paymentProfileToken(String paymentProfileToken)
public String getPaymentProfileToken()
public void setPaymentProfileToken(String paymentProfileToken)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.