Click or drag to resize

IGoCardlessCreateRefund Method

Creates a new refund object. DISABLED by default - contact GCL to enable

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
GoCardlessRefund CreateRefund(
	GoCardlessRefund input
)

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessRefund
required: amount, total_amount_confirmation, links.payment optional: metadata, reference, IDEMPOTENCYKEY

Return Value

Type: GoCardlessRefund
GoCardless.Refund object
See Also