Gets or sets the items.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public IList<ShopItem> Items { get; set; }
Public Property Items As IList(Of ShopItem)
Get
Set
public:
property IList<ShopItem^>^ Items {
IList<ShopItem^>^ get ();
void set (IList<ShopItem^>^ value);
}
member Items : IList<ShopItem> with get, set
Property Value
Type:
IListShopItem
The items.
See Also