| 1 | <?php |
||
| 14 | final class ThresholdItemReason implements CreatableFromArray |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var array |
||
| 18 | */ |
||
| 19 | private $lineItemIds; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @var int |
||
| 23 | */ |
||
| 24 | private $usageGte; |
||
| 25 | |||
| 26 | public static function createFromArray(array $data): self |
||
| 34 | |||
| 35 | public function getLineItemIds(): array |
||
| 39 | |||
| 40 | public function getUsageGte(): int |
||
| 44 | } |
||
| 45 |