mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-27 18:49:41 +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 ?int $mobileNumber = null;
|
||||
public ?int $phoneNumber = null;
|
||||
public ?string $address = null;
|
||||
public ?string $extra = null;
|
||||
public ?string $streetNumber = null;
|
||||
public ?int $postcode = null;
|
||||
public ?string $city = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user