







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
ICustomerGateway..::..ValidateProfile Method (String, String, String, ServiceMode) |
ICustomerGateway Interface See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
string ValidateProfile( string profileID, string paymentProfileID, string shippingAddressID, ServiceMode mode ) |
Visual Basic |
---|
Function ValidateProfile ( _ profileID As String, _ paymentProfileID As String, _ shippingAddressID As String, _ mode As ServiceMode _ ) As String |
Visual C++ |
---|
String^ ValidateProfile( String^ profileID, String^ paymentProfileID, String^ shippingAddressID, ServiceMode mode ) |
Parameters
- profileID
- Type: System..::..String
- paymentProfileID
- Type: System..::..String
- shippingAddressID
- Type: System..::..String
- mode
- Type: AuthorizeNet..::..ServiceMode