Class PostalAddress
A class representing a Postal Address resource identified by a PostalAddressId.
Inherited Members
Namespace: WhenFresh.Api.Client.Models
Assembly: WhenFresh.Api.Client.dll
Syntax
public class PostalAddress
Constructors
PostalAddress()
A class representing a Postal Address resource identified by a PostalAddressId.
Declaration
public PostalAddress()
Properties
CatalogId
A class representing a Postal Address resource identified by a PostalAddressId.
Declaration
public ResourceCatalogId CatalogId { get; set; }
Property Value
Type | Description |
---|---|
ResourceCatalogId |
Id
A class representing a Postal Address resource identified by a PostalAddressId.
Declaration
public PostalAddressId Id { get; set; }
Property Value
Type | Description |
---|---|
PostalAddressId |
Key
A class representing a Postal Address resource identified by a PostalAddressId.
Declaration
public PostalAddressFileKey Key { get; set; }
Property Value
Type | Description |
---|---|
PostalAddressFileKey |
Label
A class representing a Postal Address resource identified by a PostalAddressId.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
string |