Click or drag to resize

IAtomiaBillingApiGetBulkSendStatusById Method

Get bulk send status by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
BulkSendStatus GetBulkSendStatusById(
	Guid id
)

Parameters

id
Type: SystemGuid
The bulk send status id.

Return Value

Type: BulkSendStatus
The bulk send status.
See Also