public static class ListPaymentRefundsResponse.Builder extends Object
ListPaymentRefundsResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListPaymentRefundsResponse |
build()
Builds a new
ListPaymentRefundsResponse object using the set fields. |
ListPaymentRefundsResponse.Builder |
cursor(String cursor)
Setter for cursor.
|
ListPaymentRefundsResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
ListPaymentRefundsResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
ListPaymentRefundsResponse.Builder |
refunds(List<PaymentRefund> refunds)
Setter for refunds.
|
public ListPaymentRefundsResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public ListPaymentRefundsResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public ListPaymentRefundsResponse.Builder refunds(List<PaymentRefund> refunds)
refunds - List of PaymentRefund value for refunds.public ListPaymentRefundsResponse.Builder cursor(String cursor)
cursor - String value for cursor.public ListPaymentRefundsResponse build()
ListPaymentRefundsResponse object using the set fields.ListPaymentRefundsResponseCopyright © 2022. All rights reserved.