An address record for the parent or guardian of a student.
Inheritance Hierarchy
PASI.DataContract.V2019ParentGuardianAddress
Namespace: PASI.DataContract.V2019
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The ParentGuardianAddress type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParentGuardianAddress |
Properties
Name | Description | |
---|---|---|
AddressFormat | (Required)
The format of the address
| |
City |
The city part of the address
| |
Country | (Required)
The country code
| |
Latitude |
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.
| |
Longitude |
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.
| |
PostalCode |
The postal or zip code
| |
StateProvince |
The state or province code
| |
Street | (Required)
The street part of the address
|
See Also