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