Click or drag to resize

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
)

Parameters

shop
Type: Atomia.Billing.Core.Sdk.BusinessObjectsShop
The shop.
cloned
Type: SystemBoolean
Set to true if shop is cloned.

Return Value

Type: Shop
Created shop.
See Also