CounterRangePrice Constructor (Boolean) |
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public CounterRangePrice(
bool isInherited
)
Public Sub New (
isInherited As Boolean
)
public:
CounterRangePrice(
bool isInherited
)
new :
isInherited : bool -> CounterRangePrice
Parameters
- isInherited
- Type: SystemBoolean
if set to true [is inherited].
See Also