Click or drag to resize
CMSAuthorizeNetProviderGetMainMessageTextRepresentation Method
Get string representation of information in message.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual string GetMainMessageTextRepresentation(
	MainMessage message,
	bool includeCode = false
)

Parameters

message
Type: CMS.Ecommerce.AuthorizeNetDataContractsMainMessage
Message from which to get information
includeCode (Optional)
Type: SystemBoolean
Whether to include code number

Return Value

Type: String
See Also