public class ListPaymentRefundsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPaymentRefundsRequest.Builder
Class to build instances of
ListPaymentRefundsRequest. |
| Constructor and Description |
|---|
ListPaymentRefundsRequest(String beginTime,
String endTime,
String sortOrder,
String cursor,
String locationId,
String status,
String sourceType,
Integer limit)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBeginTime()
Getter for BeginTime.
|
String |
getCursor()
Getter for Cursor.
|
String |
getEndTime()
Getter for EndTime.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getSortOrder()
Getter for SortOrder.
|
String |
getSourceType()
Getter for SourceType.
|
String |
getStatus()
Getter for Status.
|
int |
hashCode() |
ListPaymentRefundsRequest.Builder |
toBuilder()
Builds a new
ListPaymentRefundsRequest.Builder object. |
String |
toString()
Converts this ListPaymentRefundsRequest into string format.
|
public ListPaymentRefundsRequest(String beginTime, String endTime, String sortOrder, String cursor, String locationId, String status, String sourceType, 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.status - String value for status.sourceType - String value for sourceType.limit - Integer value for limit.public String getBeginTime()
public String getEndTime()
public String getSortOrder()
public String getCursor()
public String getLocationId()
public String getStatus()
public String getSourceType()
public Integer getLimit()
public String toString()
public ListPaymentRefundsRequest.Builder toBuilder()
ListPaymentRefundsRequest.Builder object.
Creates the instance with the state of the current model.ListPaymentRefundsRequest.Builder objectCopyright © 2022. All rights reserved.