Class Brco03VatPointDateExclusion

Namespace
EInvoice.Core.Validation.Rules.EN16931
Assembly
EInvoice.Core.dll

BR-CO-03: Value added tax point date (BT-7) and Value added tax point date code (BT-8) are mutually exclusive.

public sealed class Brco03VatPointDateExclusion : IValidationRule
Inheritance
Brco03VatPointDateExclusion
Implements
Inherited Members

Properties

RuleId

Rule identifier (e.g. "BR-01", "BR-DE-1").

public string RuleId { get; }

Property Value

string

Methods

Apply(Invoice)

Apply this rule to the invoice and return any violations.

public IEnumerable<ValidationMessage> Apply(Invoice invoice)

Parameters

invoice Invoice

Returns

IEnumerable<ValidationMessage>