Class PostalAddress
Inheritance
PostalAddress
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class PostalAddress
Properties
|
Edit this page
View Source
BomRef
Declaration
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Country
Declaration
[ProtoMember(2)]
public string Country { get; set; }
Property Value
|
Edit this page
View Source
Locality
Declaration
[ProtoMember(4)]
public string Locality { get; set; }
Property Value
|
Edit this page
View Source
PostOfficeBoxNumber
Declaration
[ProtoMember(5)]
public string PostOfficeBoxNumber { get; set; }
Property Value
|
Edit this page
View Source
PostalCode
Declaration
[ProtoMember(6)]
public string PostalCode { get; set; }
Property Value
|
Edit this page
View Source
Region
Declaration
[ProtoMember(3)]
public string Region { get; set; }
Property Value
|
Edit this page
View Source
StreetAddress
Declaration
[ProtoMember(7)]
public string StreetAddress { get; set; }
Property Value