Class GetRefundParams
Query parameters for Retrieve refund
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Acquirer.Merchant.Refunds
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class GetRefundParams : AbstractParamRequest
Properties
ReturnOperations
If true, the response will contain the operations of the payment. False by default.
Declaration
public bool? ReturnOperations { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
ToRequestParameters()
Declaration
public override IEnumerable<RequestParam> ToRequestParameters()
Returns
Type | Description |
---|---|
IEnumerable<RequestParam> |