# `SBoM.CycloneDX.V17.PostalAddressType`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v17/postal_address_type.pb.ex#L1)

An address used to identify a contactable location.

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V17.PostalAddressType{
  __unknown_fields__: [Protobuf.unknown_field()],
  bom_ref: String.t() | nil,
  country: String.t() | nil,
  locality: String.t() | nil,
  postOfficeBoxNumber: String.t() | nil,
  postalCodeue: String.t() | nil,
  region: String.t() | nil,
  streetAddress: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
