Skip to content

Commit

Permalink
Add percentage_change to Metrics MRR (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed May 22, 2023
1 parent 05c8a2e commit 755097d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Metrics/MRR.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/**
* @property-read string $date;
* @property-read int $mrr;
* @property-read string $percentage_change;
* @property-read int $mrr_new_business;
* @property-read int $mrr_expansion;
* @property-read int $mrr_contraction;
Expand All @@ -17,6 +18,7 @@ class MRR extends AbstractModel
{
protected $date;
protected $mrr;
protected $percentage_change;

protected $mrr_new_business;

Expand Down

0 comments on commit 755097d

Please sign in to comment.