CounterRangeResellerPrices Property |
Gets or sets the reseller 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 IList<CounterRangeResellerPrice> ResellerPrices { get; set; }
Public Property ResellerPrices As IList(Of CounterRangeResellerPrice)
Get
Set
public:
property IList<CounterRangeResellerPrice^>^ ResellerPrices {
IList<CounterRangeResellerPrice^>^ get ();
void set (IList<CounterRangeResellerPrice^>^ value);
}
member ResellerPrices : IList<CounterRangeResellerPrice> with get, set
Property Value
Type:
IListCounterRangeResellerPriceSee Also