Click or drag to resize

IGoCardless.GetMandateDetail 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
GoCardless.Mandate GetMandateDetail(
	GoCardless.Mandate input
)

Parameters

input
Type: NetQuarry.Services.Payment.GoCardless.Mandate
required: id. optional: IDEMPOTENCYKEY

Return Value

Type: GoCardless.Mandate
GoCardless.Mandate object
See Also