public class FindPaymentsResponse extends Object
Constructor and Description |
---|
FindPaymentsResponse() |
Modifier and Type | Method and Description |
---|---|
Integer |
getLimit()
The limit you used in the request.
|
Integer |
getOffset()
The offset you used in the request.
|
List<Payment> |
getPayments()
A list of payments that matched your filter, starting at the given offset and limited to the given limit.
|
Integer |
getTotalCount()
The total number of payments that matched your filter.
|
void |
setLimit(Integer value)
The limit you used in the request.
|
void |
setOffset(Integer value)
The offset you used in the request.
|
void |
setPayments(List<Payment> value)
A list of payments that matched your filter, starting at the given offset and limited to the given limit.
|
void |
setTotalCount(Integer value)
The total number of payments that matched your filter.
|
public Integer getLimit()
public void setLimit(Integer value)
public Integer getOffset()
public void setOffset(Integer value)
public List<Payment> getPayments()
public void setPayments(List<Payment> value)
public Integer getTotalCount()
public void setTotalCount(Integer value)
Copyright © 2024 Worldline Global Collect. All rights reserved.