Click or drag to resize

IGoCardlessGetCustomerDetail Method

Retrieves the details of an existing customer.

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

Parameters

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

Return Value

Type: GoCardlessCustomer
GoCardless.Customer object
See Also