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