







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
ICustomerGateway..::..UpdatePaymentProfile Method |
ICustomerGateway Interface See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
bool UpdatePaymentProfile( string profileID, PaymentProfile profile ) |
Visual Basic |
---|
Function UpdatePaymentProfile ( _ profileID As String, _ profile As PaymentProfile _ ) As Boolean |
Visual C++ |
---|
bool UpdatePaymentProfile( String^ profileID, PaymentProfile^ profile ) |