Click or drag to resize

ICustomMessagePluginFilter Method

Filters the message for the specified account identifier.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool Filter(
	Guid accountId,
	Message message,
	IList<MessageCustomParameter> parameters
)

Parameters

accountId
Type: SystemGuid
The account identifier.
message
Type: Atomia.Billing.Core.Sdk.BusinessObjectsMessage
The message.
parameters
Type: System.Collections.GenericIListMessageCustomParameter
The parameters.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.Plugins.ICustomMessagePlugin.Filter(System.Guid,Atomia.Billing.Core.Sdk.BusinessObjects.Message,System.Collections.Generic.IList{Atomia.Billing.Core.Sdk.BusinessObjects.MessageCustomParameter})"]

See Also