Class Br08BuyerAddress

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

BR-08: An Invoice shall have the Buyer postal address.

public sealed class Br08BuyerAddress : IValidationRule
Inheritance
Br08BuyerAddress
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>