From b293cfaa9a242aa1ddaa3acb91bd192a3c0be740 Mon Sep 17 00:00:00 2001 From: Emily Underhill Date: Tue, 27 Feb 2024 17:04:54 +0000 Subject: [PATCH] rent instalments updated to integer --- src/Models/BookingStatus.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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