Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Dec 15, 2023
1 parent 86a3885 commit 5b85316
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Interfaces/Models/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,14 @@ public function buyable(): MorphTo;
* Get the itemable model for the item.
*/
public function itemable(): MorphTo;

/**
* Determine if the item is a line item.
*/
public function isLineItem(): bool;

/**
* Determine if the item is a fee.
*/
public function isFee(): bool;
}

0 comments on commit 5b85316

Please sign in to comment.