Click or drag to resize
CMSAuthorizeNetProviderUpdatePaymentInfo Method
Get information about payment status and payment description.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual void UpdatePaymentInfo(
	CreateTransactionResponse response
)

Parameters

response
Type: CMS.Ecommerce.AuthorizeNetDataContractsCreateTransactionResponse
Response from which to retrieve information
See Also