@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class PaymentInitiationRecipientCreateResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_RECIPIENT_ID |
static String |
SERIALIZED_NAME_REQUEST_ID |
| Constructor and Description |
|---|
PaymentInitiationRecipientCreateResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getRecipientId()
A unique ID identifying the recipient
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
int |
hashCode() |
PaymentInitiationRecipientCreateResponse |
recipientId(String recipientId) |
PaymentInitiationRecipientCreateResponse |
requestId(String requestId) |
void |
setRecipientId(String recipientId) |
void |
setRequestId(String requestId) |
String |
toString() |
public static final String SERIALIZED_NAME_RECIPIENT_ID
public static final String SERIALIZED_NAME_REQUEST_ID
public PaymentInitiationRecipientCreateResponse()
public PaymentInitiationRecipientCreateResponse recipientId(String recipientId)
public String getRecipientId()
public void setRecipientId(String recipientId)
public PaymentInitiationRecipientCreateResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.