Class PostalAddress
Inheritance
System.Object
PostalAddress
Assembly: CycloneDX.Core.dll
Syntax
public class PostalAddress : object
Properties
|
Improve this Doc
View Source
BomRef
Declaration
public string BomRef { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Country
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Locality
Declaration
public string Locality { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PostalCode
Declaration
public string PostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PostOfficeBoxNumber
Declaration
public string PostOfficeBoxNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Region
Declaration
public string Region { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StreetAddress
Declaration
public string StreetAddress { get; set; }
Property Value
Type |
Description |
System.String |
|