ItemTaxRuleResultTaxRuleResult1 Property |
Gets or sets the TaxRuleResult for tax 1.
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 TaxRuleResult1 { get; set; }
Public Property TaxRuleResult1 As TaxRuleResult
Get
Set
public:
property TaxRuleResult^ TaxRuleResult1 {
TaxRuleResult^ get ();
void set (TaxRuleResult^ value);
}
member TaxRuleResult1 : TaxRuleResult with get, set
Property Value
Type:
TaxRuleResultThe TaxRuleResult for tax 1.
See Also