mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-09 14:33:44 +00:00
Add missing fields
This commit is contained in:
@@ -17,4 +17,13 @@ class UpsertMessage
|
||||
public int $personIdentifierDefinitionId;
|
||||
public ?string $firstName = null;
|
||||
public ?string $lastName = null;
|
||||
public ?string $gender = null;
|
||||
public ?string $birthdate = null;
|
||||
public ?string $mobileNumber = null;
|
||||
public ?string $phoneNumber = null;
|
||||
public ?string $address = null;
|
||||
public ?string $extra = null;
|
||||
public ?string $streetNumber = null;
|
||||
public ?string $postcode = null;
|
||||
public ?string $city = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user