• Home
  • My Account
  • Docs
  • Catalog Browser
  • API Status
Show / Hide Table of Contents

Class PostalAddress

A class representing a Postal Address resource identified by a PostalAddressId.

Inheritance
object
PostalAddress
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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