Class Br36ChargeTaxCategory
- Namespace
- EInvoice.Core.Validation.Rules.EN16931
- Assembly
- EInvoice.Core.dll
BR-36: Each document level charge shall have a Document level charge VAT category code.
public sealed class Br36ChargeTaxCategory : IValidationRule
- Inheritance
-
Br36ChargeTaxCategory
- Implements
- Inherited Members
Properties
RuleId
Rule identifier (e.g. "BR-01", "BR-DE-1").
public string RuleId { get; }
Property Value
Methods
Apply(Invoice)
Apply this rule to the invoice and return any violations.
public IEnumerable<ValidationMessage> Apply(Invoice invoice)
Parameters
invoiceInvoice