public static class ListPaymentsRequest.Builder extends Object
ListPaymentsRequest.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListPaymentsRequest.Builder |
beginTime(String beginTime)
Setter for beginTime.
|
ListPaymentsRequest |
build()
Builds a new
ListPaymentsRequest object using the set fields. |
ListPaymentsRequest.Builder |
cardBrand(String cardBrand)
Setter for cardBrand.
|
ListPaymentsRequest.Builder |
cursor(String cursor)
Setter for cursor.
|
ListPaymentsRequest.Builder |
endTime(String endTime)
Setter for endTime.
|
ListPaymentsRequest.Builder |
last4(String last4)
Setter for last4.
|
ListPaymentsRequest.Builder |
limit(Integer limit)
Setter for limit.
|
ListPaymentsRequest.Builder |
locationId(String locationId)
Setter for locationId.
|
ListPaymentsRequest.Builder |
sortOrder(String sortOrder)
Setter for sortOrder.
|
ListPaymentsRequest.Builder |
total(Long total)
Setter for total.
|
public ListPaymentsRequest.Builder beginTime(String beginTime)
beginTime - String value for beginTime.public ListPaymentsRequest.Builder endTime(String endTime)
endTime - String value for endTime.public ListPaymentsRequest.Builder sortOrder(String sortOrder)
sortOrder - String value for sortOrder.public ListPaymentsRequest.Builder cursor(String cursor)
cursor - String value for cursor.public ListPaymentsRequest.Builder locationId(String locationId)
locationId - String value for locationId.public ListPaymentsRequest.Builder total(Long total)
total - Long value for total.public ListPaymentsRequest.Builder last4(String last4)
last4 - String value for last4.public ListPaymentsRequest.Builder cardBrand(String cardBrand)
cardBrand - String value for cardBrand.public ListPaymentsRequest.Builder limit(Integer limit)
limit - Integer value for limit.public ListPaymentsRequest build()
ListPaymentsRequest object using the set fields.ListPaymentsRequestCopyright © 2022. All rights reserved.