IGoCardlessGetRefundDetail Method |
Retrieves all details for a single refund
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax GoCardlessRefund GetRefundDetail(
GoCardlessRefund input
)
Function GetRefundDetail (
input As GoCardlessRefund
) As GoCardlessRefund
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessRefund
required: id. optional: IDEMPOTENCYKEY
Return Value
Type:
GoCardlessRefundGoCardless.Refund object
See Also