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
)
Function CreateRefund (
input As GoCardlessRefund
) As GoCardlessRefund
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessRefund
required: amount, total_amount_confirmation, links.payment
optional: metadata, reference, IDEMPOTENCYKEY
Return Value
Type:
GoCardlessRefundGoCardless.Refund object
See Also