Click or drag to resize

IAtomiaBillingApiGetMessageById Method

Gets the message by identifier.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Message GetMessageById(
	Guid messageId
)

Parameters

messageId
Type: SystemGuid
The message identifier.

Return Value

Type: Message
The message with the given id.
See Also