Class TaxRepresentative

Namespace
EInvoice.Core.Model
Assembly
EInvoice.Core.dll

BG-11/BG-12: Seller's tax representative party and address.

public sealed class TaxRepresentative
Inheritance
TaxRepresentative
Inherited Members

Properties

Address

BG-12: Tax representative postal address.

public required Address Address { get; init; }

Property Value

Address

Name

BT-62: Tax representative name.

public required string Name { get; init; }

Property Value

string

VatId

BT-63: Tax representative VAT identifier.

public required string VatId { get; init; }

Property Value

string