Address ClassProvincial Approach to Student Information API
Contains the address information for an organization or a person.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009Address

Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class Address

The Address type exposes the following members.

Constructors

  NameDescription
Public methodAddress
Top
Properties

  NameDescription
Public propertyAddressType
(Required) Address Type
Public propertyCity
City. Maximum 60 characters.
Public propertyCountry
(Required) The country code. Maximum 60 characters.
Public propertyEffectiveDate
(Required) The date the address became effective.
Public propertyExpiryDate
The date the address expires.
Public propertyPostalCode
The postal or zip code. Maximum 15 characters.
Public propertyRefId
(Required) The unique identifier for this address.
Public propertyStateProvince
The state or province code. Maximum 20 characters.
Public propertyStreet
(Required) The street address. Maximum 140 characters.
Top
See Also

Reference