







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CustomerGateway..::..GetCustomerIDs Method |
| CustomerGateway Class See Also Send Feedback |
Returns all Customer IDs stored at Authorize.NET
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public string[] GetCustomerIDs() |
| Visual Basic |
|---|
Public Function GetCustomerIDs As String() |
| Visual C++ |
|---|
public: virtual array<String^>^ GetCustomerIDs() sealed |
