public class FindPayoutsResponse extends Object
Constructor and Description |
---|
FindPayoutsResponse() |
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<PayoutResult> |
getPayouts()
A list of payouts that matched your filter, starting at the given offset and limited to the given limit.
|
Integer |
getTotalCount()
The total number of payouts 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 |
setPayouts(List<PayoutResult> value)
A list of payouts that matched your filter, starting at the given offset and limited to the given limit.
|
void |
setTotalCount(Integer value)
The total number of payouts that matched your filter.
|
public Integer getLimit()
public void setLimit(Integer value)
public Integer getOffset()
public void setOffset(Integer value)
public List<PayoutResult> getPayouts()
public void setPayouts(List<PayoutResult> value)
public Integer getTotalCount()
public void setTotalCount(Integer value)
Copyright © 2024 Worldline Global Collect. All rights reserved.