diff --git a/src/Models/BookingStatus.php b/src/Models/BookingStatus.php index d5a3be2..098f821 100644 --- a/src/Models/BookingStatus.php +++ b/src/Models/BookingStatus.php @@ -106,9 +106,9 @@ class BookingStatus extends SwaggerModel /** * Number of rent instalments due throughout the duration of the contract - * @var float + * @var int */ - protected $rent_instalments = 0.0; + protected $rent_instalments = 0; /** * Date and time that the contract was created