IGoCardlessUpdateRefund Method |
Updates a refund object.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax GoCardlessRefund UpdateRefund(
GoCardlessRefund input
)
Function UpdateRefund (
input As GoCardlessRefund
) As GoCardlessRefund
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessRefund
required: id
optional: metadata, IDEMPOTENCYKEY
Return Value
Type:
GoCardlessRefundGoCardless.Refund object
See Also