StudentAddress ClassProvincial Approach to Student Information API
Defines the address for an organization or a person
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2019StudentAddress

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

public class StudentAddress

The StudentAddress type exposes the following members.

Constructors

  NameDescription
Public methodStudentAddress
Top
Properties

  NameDescription
Public propertyAddressFormat
(Required) The format of the address
Public propertyAddressType
(Required) The type of address
Public propertyCity
The city part of the address
Public propertyCountry
(Required) The country code
Public propertyEffectiveDate
(Required) The date the address is in effect
Public propertyExpiryDate
A calculation of the last day that the student address is consisdered to be valid.
Public propertyExpiryDateOverride
This is the last date the student address is deemed to be valid (as entered by a user).
Public propertyLastUpdateUtcTime
For a person this is the UTC time the address was last modified. This value is ignored when creating or updating an address.
Public propertyLatitude
The Latitude of the Student Address. Latitude values are expected in decimal format and bounded by +/- 90. Positive latitudes are north of the equator, while negative latitudes are south of the equator.
Public propertyLongitude
The Longitude of the Student Address. Longitude values are expected in decimal format and bounded by +/- 180. Positive longitudes are east of Prime Meridian, while negative longitudes are west of the Prime Meridian.
Public propertyPostalCode
The postal or zip code
Public propertyRefId
(Required) The unique identifier for the address record
Public propertyStateProvince
The state or province code
Public propertyStreet
(Required) The street part of the address
Top
See Also

Reference