We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acb23c commit 580de2cCopy full SHA for 580de2c
src/DataTypes/ApiProgramEnrolment.php
@@ -17,8 +17,8 @@
17
* @property XsInt ProgramId
18
* @property ApiProgramEnrolmentStatus Status
19
* @property XsDateTime DateCreated
20
- * @property XsInt Contacts
21
- * @property XsInt AddressBooks
+ * @property Int32List Contacts
+ * @property Int32List AddressBooks
22
*/
23
final class ApiProgramEnrolment extends JsonObject
24
{
@@ -29,8 +29,8 @@ protected function getProperties()
29
'ProgramId' => 'XsInt',
30
'Status' => 'ApiProgramEnrolmentStatus',
31
'DateCreated' => 'XsDateTime',
32
- 'Contacts' => 'XsInt',
33
- 'AddressBooks' => 'XsInt'
+ 'Contacts' => 'Int32List',
+ 'AddressBooks' => 'Int32List'
34
);
35
}
36
0 commit comments