diff --git a/Billogram/Api.php b/Billogram/Api.php index 2f03551..fd85bcc 100644 --- a/Billogram/Api.php +++ b/Billogram/Api.php @@ -48,6 +48,13 @@ * * Objects of this class provide a call interface to the Billogram v2 HTTP API. * + * @property-read \Billogram\Api\Models\SimpleClass $items + * @property-read \Billogram\Api\Models\SimpleClass $customers + * @property-read \Billogram\Api\Models\BillogramClass $billogram + * @property-read \Billogram\Api\Objects\SingletonObject $settings + * @property-read \Billogram\Api\Objects\SingletonObject $logotype + * @property-read \Billogram\Api\Models\SimpleClass $reports + * @property-read \Billogram\Api\Models\SimpleClass $creditors */ class Api {