public class FindPayoutsParams extends Object implements ParamRequest
Constructor and Description |
---|
FindPayoutsParams() |
Modifier and Type | Method and Description |
---|---|
Integer |
getLimit()
The maximum number of payouts to return, with a maximum of 100.
|
Long |
getMerchantOrderId()
Your order identifier to filter on.
|
String |
getMerchantReference()
Your unique transaction reference to filter on.
|
Integer |
getOffset()
The zero-based index of the first payout in the result.
|
void |
setLimit(Integer value)
The maximum number of payouts to return, with a maximum of 100.
|
void |
setMerchantOrderId(Long value)
Your order identifier to filter on.
|
void |
setMerchantReference(String value)
Your unique transaction reference to filter on.
|
void |
setOffset(Integer value)
The zero-based index of the first payout in the result.
|
List<RequestParam> |
toRequestParameters() |
public String getMerchantReference()
public void setMerchantReference(String value)
public Long getMerchantOrderId()
public void setMerchantOrderId(Long value)
public Integer getOffset()
public void setOffset(Integer value)
public Integer getLimit()
public void setLimit(Integer value)
public List<RequestParam> toRequestParameters()
toRequestParameters
in interface ParamRequest
Copyright © 2024 Worldline Global Collect. All rights reserved.