







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
CustomerGateway..::..UpdatePaymentProfile Method |
CustomerGateway Class See Also Send Feedback |
Updates a payment profile for a user.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public bool UpdatePaymentProfile( string profileID, PaymentProfile profile ) |
Visual Basic |
---|
Public Function UpdatePaymentProfile ( _ profileID As String, _ profile As PaymentProfile _ ) As Boolean |
Visual C++ |
---|
public: virtual bool UpdatePaymentProfile( String^ profileID, PaymentProfile^ profile ) sealed |
Parameters
- profileID
- Type: System..::..String
The profile ID.
- profile
- Type: AuthorizeNet..::..PaymentProfile
The profile.