Class Address

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

BG-5/BG-8: Postal address.

public sealed record Address : IEquatable<Address>
Inheritance
Address
Implements
Inherited Members

Properties

AdditionalStreetName

BT-36/BT-51: Additional street name.

public string? AdditionalStreetName { get; init; }

Property Value

string

AddressLine3

BT-162/BT-163: Address line 3.

public string? AddressLine3 { get; init; }

Property Value

string

CityName

BT-37/BT-53: City name.

public string? CityName { get; init; }

Property Value

string

CountryCode

BT-40/BT-55: Country code (ISO 3166-1 alpha-2).

public required CountryCode CountryCode { get; init; }

Property Value

CountryCode

CountrySubentity

BT-39/BT-55: Country subdivision (state/region).

public string? CountrySubentity { get; init; }

Property Value

string

PostalZone

BT-38/BT-54: Post code.

public string? PostalZone { get; init; }

Property Value

string

StreetName

BT-35/BT-50: Street name.

public string? StreetName { get; init; }

Property Value

string