Class Address
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
AddressLine3
BT-162/BT-163: Address line 3.
public string? AddressLine3 { get; init; }
Property Value
CityName
BT-37/BT-53: City name.
public string? CityName { get; init; }
Property Value
CountryCode
BT-40/BT-55: Country code (ISO 3166-1 alpha-2).
public required CountryCode CountryCode { get; init; }
Property Value
CountrySubentity
BT-39/BT-55: Country subdivision (state/region).
public string? CountrySubentity { get; init; }
Property Value
PostalZone
BT-38/BT-54: Post code.
public string? PostalZone { get; init; }
Property Value
StreetName
BT-35/BT-50: Street name.
public string? StreetName { get; init; }