Gets or sets the rules.
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<TaxRule> Rules { get; set; }
Public Property Rules As IList(Of TaxRule)
Get
Set
public:
property IList<TaxRule^>^ Rules {
IList<TaxRule^>^ get ();
void set (IList<TaxRule^>^ value);
}
member Rules : IList<TaxRule> with get, set
Property Value
Type:
IListTaxRuleThe rules.
See Also