@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class LinkTokenCreateRequestTransfer extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_INTENT_ID |
static String |
SERIALIZED_NAME_PAYMENT_PROFILE_TOKEN |
Constructor and Description |
---|
LinkTokenCreateRequestTransfer() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIntentId()
The `id` returned by the `/transfer/intent/create` endpoint.
|
String |
getPaymentProfileToken()
The `payment_profile_token` returned by the `/payment_profile/create` endpoint.
|
int |
hashCode() |
LinkTokenCreateRequestTransfer |
intentId(String intentId) |
LinkTokenCreateRequestTransfer |
paymentProfileToken(String paymentProfileToken) |
void |
setIntentId(String intentId) |
void |
setPaymentProfileToken(String paymentProfileToken) |
String |
toString() |
public static final String SERIALIZED_NAME_INTENT_ID
public static final String SERIALIZED_NAME_PAYMENT_PROFILE_TOKEN
public LinkTokenCreateRequestTransfer intentId(String intentId)
@Nullable public String getIntentId()
public void setIntentId(String intentId)
public LinkTokenCreateRequestTransfer paymentProfileToken(String paymentProfileToken)
@Nullable public String getPaymentProfileToken()
public void setPaymentProfileToken(String paymentProfileToken)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.