Click or drag to resize

IAtomiaBillingApiListMessagesByUserAndLanguage Method

Lists the messages by customer id, language id and username. If username is specified, method will list only unread messages, otherwise it will list all the messages.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<Message> ListMessagesByUserAndLanguage(
	Guid accountId,
	Guid languageId,
	string username
)

Parameters

accountId
Type: SystemGuid
The account identifier.
languageId
Type: SystemGuid
The language identifier.
username
Type: SystemString
The username.

Return Value

Type: IListMessage
List of messages for the customer with the given id, language id and username.
See Also