Click or drag to resize

IGoCardlessGetRedirectFlowDetail Method

Gets all details about a single redirect flow

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
GoCardlessRedirectFlow GetRedirectFlowDetail(
	GoCardlessRedirectFlow input
)

Parameters

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

Return Value

Type: GoCardlessRedirectFlow
GoCardless.RedirectFlow object
See Also