







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CustomerGateway..::..GetCustomer Method |
| CustomerGateway Class See Also Send Feedback |
Retrieve an existing customer profile along with all the associated customer payment profiles and customer shipping addresses.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public Customer GetCustomer( string profileID ) |
| Visual Basic |
|---|
Public Function GetCustomer ( _ profileID As String _ ) As Customer |
| Visual C++ |
|---|
public: virtual Customer^ GetCustomer( String^ profileID ) sealed |
Parameters
- profileID
- Type: System..::..String
The profile ID
