







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
CustomerGateway..::..CreateCustomer Method |
CustomerGateway Class See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public Customer CreateCustomer( string email, string description ) |
Visual Basic |
---|
Public Function CreateCustomer ( _ email As String, _ description As String _ ) As Customer |
Visual C++ |
---|
public: virtual Customer^ CreateCustomer( String^ email, String^ description ) sealed |