Class FindPayoutsParams
Query parameters for Find payouts
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Merchant.Payouts
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class FindPayoutsParams : AbstractParamRequest
  Properties
Limit
The maximum number of payouts to return, with a maximum of 100. If omitted, the limit will be 10.
Declaration
public int? Limit { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
MerchantOrderId
Your order identifier to filter on.
Declaration
public long? MerchantOrderId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| long? | 
MerchantReference
Your unique transaction reference to filter on.
Declaration
public string MerchantReference { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Offset
The zero-based index of the first payout in the result. If omitted, the offset will be 0.
Declaration
public int? Offset { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | 
Methods
ToRequestParameters()
Declaration
public override IEnumerable<RequestParam> ToRequestParameters()
  Returns
| Type | Description | 
|---|---|
| IEnumerable<RequestParam> |