Click or drag to resize
TransactionResponseErrors Property
List of errors occured during processing of payment.

Namespace: CMS.Ecommerce.AuthorizeNetDataContracts
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public List<Error> Errors { get; set; }

Property Value

Type: ListError
See Also