IShopHelperCreateShop Method (Shop, Boolean) |
Creates 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 Shop CreateShop(
Shop shop,
bool cloned
)
Function CreateShop (
shop As Shop,
cloned As Boolean
) As Shop
Shop^ CreateShop(
Shop^ shop,
bool cloned
)
abstract CreateShop :
shop : Shop *
cloned : bool -> Shop
Parameters
- shop
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsShop
The shop. - cloned
- Type: SystemBoolean
Set to true if shop is cloned.
Return Value
Type:
ShopCreated shop.
See Also