GetCustomer Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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

Return Value

Implements

ICustomerGateway..::..GetCustomer(String)

See Also