UpdatePaymentProfile Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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
)

Parameters

profileID
Type: System..::..String
profile
Type: AuthorizeNet..::..PaymentProfile

See Also