public class CreatePaymentLinkResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreatePaymentLinkResponse.Builder
Class to build instances of
CreatePaymentLinkResponse. |
| Constructor and Description |
|---|
CreatePaymentLinkResponse(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() |
CreatePaymentLinkResponse.Builder |
toBuilder()
Builds a new
CreatePaymentLinkResponse.Builder object. |
String |
toString()
Converts this CreatePaymentLinkResponse into string format.
|
public CreatePaymentLinkResponse(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 CreatePaymentLinkResponse.Builder toBuilder()
CreatePaymentLinkResponse.Builder object.
Creates the instance with the state of the current model.CreatePaymentLinkResponse.Builder objectCopyright © 2022. All rights reserved.