InvoiceLineTaxTaxRuleId Property |
Gets or sets the tax rule id.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Guid TaxRuleId { get; set; }
Public Property TaxRuleId As Guid
Get
Set
public:
property Guid TaxRuleId {
Guid get ();
void set (Guid value);
}
member TaxRuleId : Guid with get, set
Property Value
Type:
GuidThe tax rule id.
See Also