Click or drag to resize

IAtomiaBillingApiListMessagesByCustomer Method

Lists the messages by customer id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<Message> ListMessagesByCustomer(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account identifier.

Return Value

Type: IListMessage
List of messages for the customer with the given id.
See Also