@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class LinkTokenCreateRequestPaymentInitiation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONSENT_ID |
static String |
SERIALIZED_NAME_PAYMENT_ID |
Constructor and Description |
---|
LinkTokenCreateRequestPaymentInitiation() |
Modifier and Type | Method and Description |
---|---|
LinkTokenCreateRequestPaymentInitiation |
consentId(String consentId) |
boolean |
equals(Object o) |
String |
getConsentId()
The `consent_id` provided by the `/payment_initiation/consent/create` endpoint.
|
String |
getPaymentId()
The `payment_id` provided by the `/payment_initiation/payment/create` endpoint.
|
int |
hashCode() |
LinkTokenCreateRequestPaymentInitiation |
paymentId(String paymentId) |
void |
setConsentId(String consentId) |
void |
setPaymentId(String paymentId) |
String |
toString() |
public static final String SERIALIZED_NAME_PAYMENT_ID
public static final String SERIALIZED_NAME_CONSENT_ID
public LinkTokenCreateRequestPaymentInitiation()
public LinkTokenCreateRequestPaymentInitiation paymentId(String paymentId)
@Nullable public String getPaymentId()
public void setPaymentId(String paymentId)
public LinkTokenCreateRequestPaymentInitiation consentId(String consentId)
@Nullable public String getConsentId()
public void setConsentId(String consentId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.