Class TaxRepresentative
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
Name
BT-62: Tax representative name.
public required string Name { get; init; }
Property Value
VatId
BT-63: Tax representative VAT identifier.
public required string VatId { get; init; }