UpdatePaymentProfile Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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.

Return Value

Implements

ICustomerGateway..::..UpdatePaymentProfile(String, PaymentProfile)

See Also