Class GetPaymentParams
Query parameters for Get payment
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Merchant.Payments
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class GetPaymentParams : AbstractParamRequest
Properties
ReturnOperations
If set to true, in the response of this call you will get an array called operations, that will include objects for captures and refunds associated with the given paymentId.
Declaration
public bool? ReturnOperations { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Methods
ToRequestParameters()
Declaration
public override IEnumerable<RequestParam> ToRequestParameters()
Returns
| Type | Description |
|---|---|
| IEnumerable<RequestParam> |