public class ListPaymentsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPaymentsRequest.Builder
Class to build instances of
ListPaymentsRequest. |
| Constructor and Description |
|---|
ListPaymentsRequest(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
Long total,
String last4,
String cardBrand,
Integer limit)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBeginTime()
Getter for BeginTime.
|
String |
getCardBrand()
Getter for CardBrand.
|
String |
getCursor()
Getter for Cursor.
|
String |
getEndTime()
Getter for EndTime.
|
String |
getLast4()
Getter for Last4.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getSortOrder()
Getter for SortOrder.
|
Long |
getTotal()
Getter for Total.
|
int |
hashCode() |
ListPaymentsRequest.Builder |
toBuilder()
Builds a new
ListPaymentsRequest.Builder object. |
String |
toString()
Converts this ListPaymentsRequest into string format.
|
public ListPaymentsRequest(String beginTime, String endTime, String sortOrder, String cursor, String locationId, Long total, String last4, String cardBrand, Integer limit)
beginTime - String value for beginTime.endTime - String value for endTime.sortOrder - String value for sortOrder.cursor - String value for cursor.locationId - String value for locationId.total - Long value for total.last4 - String value for last4.cardBrand - String value for cardBrand.limit - Integer value for limit.public String getBeginTime()
public String getEndTime()
public String getSortOrder()
public String getCursor()
public String getLocationId()
public Long getTotal()
public String getLast4()
public String getCardBrand()
public Integer getLimit()
public String toString()
public ListPaymentsRequest.Builder toBuilder()
ListPaymentsRequest.Builder object.
Creates the instance with the state of the current model.ListPaymentsRequest.Builder objectCopyright © 2022. All rights reserved.