public class RetrievePaymentLinkResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrievePaymentLinkResponse.Builder
Class to build instances of
RetrievePaymentLinkResponse. |
| Constructor and Description |
|---|
RetrievePaymentLinkResponse(List<Error> errors,
PaymentLink paymentLink)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
PaymentLink |
getPaymentLink()
Getter for PaymentLink.
|
int |
hashCode() |
RetrievePaymentLinkResponse.Builder |
toBuilder()
Builds a new
RetrievePaymentLinkResponse.Builder object. |
String |
toString()
Converts this RetrievePaymentLinkResponse into string format.
|
public RetrievePaymentLinkResponse(List<Error> errors, PaymentLink paymentLink)
errors - List of Error value for errors.paymentLink - PaymentLink value for paymentLink.public HttpContext getContext()
public List<Error> getErrors()
public PaymentLink getPaymentLink()
public String toString()
public RetrievePaymentLinkResponse.Builder toBuilder()
RetrievePaymentLinkResponse.Builder object.
Creates the instance with the state of the current model.RetrievePaymentLinkResponse.Builder objectCopyright © 2022. All rights reserved.