NPS APIs support a common set of field definitions.
Note: Values labeled as null are not returned as int(0) or string("null"). They are returned as null objects.
| Field | Type | Description |
|---|---|---|
| amount | big decimal | The amount of the transaction. |
| firstName | string | The user's first or given name. |
| lastName | string | The user's last or surname. |
| username | string | A unique identifier, account name, or login name identifying a user with access to an account or resource. |
| password | string | A string of characters used to confirm a user's identity. When the password is correctly matched to the username, the user will receive access to an account or resource. |
| userStatus | enum | The status of the user's account. |
| lastLoggedIn | datetime | The last day and time a user logged in. |