TaxRuleResultTaxRule Property |
Gets or sets the tax rule.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public TaxRule TaxRule { get; set; }
Public Property TaxRule As TaxRule
Get
Set
public:
property TaxRule^ TaxRule {
TaxRule^ get ();
void set (TaxRule^ value);
}
member TaxRule : TaxRule with get, set
Property Value
Type:
TaxRuleThe tax rule.
See Also