Click or drag to resize

ItemHelperCreateItem Method

Creates the item.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static Item CreateItem(
	Item item,
	Account account
)

Parameters

item
Type: Atomia.Billing.Core.Sdk.BusinessObjectsItem
The item to be created.
account
Type: Account
The account.

Return Value

Type: Item
Created item.
See Also