Click or drag to resize

TerminationOriginHelperGetById Method

Gets termination origin by id.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static TerminationOrigin GetById(
	Guid id
)

Parameters

id
Type: SystemGuid
The termination origin id.

Return Value

Type: TerminationOrigin
Requested termination origin or null if not found.
See Also