IGoCardlessGetMandateDetail Method |
Retrieves the details of an existing mandate.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax GoCardlessMandate GetMandateDetail(
GoCardlessMandate input
)
Function GetMandateDetail (
input As GoCardlessMandate
) As GoCardlessMandate
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessMandate
required: id. optional: IDEMPOTENCYKEY
Return Value
Type:
GoCardlessMandateGoCardless.Mandate object
See Also