Skip to content

Commit

Permalink
Update LineItem.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Aug 24, 2022
1 parent 9017a14 commit d34db0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Resources/TwoDotZero/LineItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,11 @@ class LineItem extends DataTransferObject
* @var int|float|null
*/
public $unit_tax;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $user_id;
}

0 comments on commit d34db0c

Please sign in to comment.