Click or drag to resize

IShopHelperGetShopDetailsById Method

Gets the shop details by identifier.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Shop GetShopDetailsById(
	Guid shopId
)

Parameters

shopId
Type: SystemGuid
The shop identifier.

Return Value

Type: Shop
Requested shop details or null if not found.
See Also