Skip to content

Commit

Permalink
rent instalments updated to integer
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Underhill committed Feb 27, 2024
1 parent db96887 commit b293cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Models/BookingStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b293cfa

Please sign in to comment.