Click or drag to resize

IGoCardless.UpdateCustomer Method

Updates a customer object. Supports all of the fields supported when creating a customer.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
GoCardless.Customer UpdateCustomer(
	GoCardless.Customer input
)

Parameters

input
Type: NetQuarry.Services.Payment.GoCardless.Customer
required: id optional: IDEMPOTENCYKEY, address_line1, address_line2, address_line3, city, company_name, country_code, email, family_name, given_name, language, metadata, postal_code, region don't set: swedish_identity_number

Return Value

Type: GoCardless.Customer
GoCardless.Customer object
See Also