IShopHelperGetShopById Method |
Gets the shop 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 GetShopById(
Guid shopId
)
Function GetShopById (
shopId As Guid
) As Shop
Shop^ GetShopById(
Guid shopId
)
abstract GetShopById :
shopId : Guid -> Shop
Parameters
- shopId
- Type: SystemGuid
The shop identifier.
Return Value
Type:
ShopRequested shop or
null if not found.
See Also