IShopHelperDeleteShop Method |
Deletes the shop.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax bool DeleteShop(
Guid shopId
)
Function DeleteShop (
shopId As Guid
) As Boolean
bool DeleteShop(
Guid shopId
)
abstract DeleteShop :
shopId : Guid -> bool
Parameters
- shopId
- Type: SystemGuid
The shop identifier.
Return Value
Type:
Booleantrue if shop is deleted, otherwise
false.
See Also