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