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