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