GetCustomer Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
Customer GetCustomer(
	string profileID
)
Visual Basic
Function GetCustomer ( _
	profileID As String _
) As Customer
Visual C++
Customer^ GetCustomer(
	String^ profileID
)

Parameters

profileID
Type: System..::..String

See Also