Click or drag to resize

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
)

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessMandate
required: id. optional: IDEMPOTENCYKEY

Return Value

Type: GoCardlessMandate
GoCardless.Mandate object
See Also