IGoCardlessUpdateCustomer 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 GoCardlessCustomer UpdateCustomer(
GoCardlessCustomer input
)
Function UpdateCustomer (
input As GoCardlessCustomer
) As GoCardlessCustomer
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessCustomer
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:
GoCardlessCustomerGoCardless.Customer object
See Also