







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CustomerGateway..::..UpdateCustomer Method |
| CustomerGateway Class See Also Send Feedback |
Updates a customer's record.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public bool UpdateCustomer( Customer customer ) |
| Visual Basic |
|---|
Public Function UpdateCustomer ( _ customer As Customer _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool UpdateCustomer( Customer^ customer ) sealed |
Parameters
- customer
- Type: AuthorizeNet..::..Customer
The customer.
