Skip to content

Commit 020349b

Browse files
authored
Merge pull request #76 from Darrrren/patch-1
Add $contractBlockID to BillingItemEntity.php
2 parents 863148f + 4fb66e3 commit 020349b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/API/BillingItems/BillingItemEntity.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class BillingItemEntity extends DataTransferObject
1818
public $configurationItemID;
1919
public $contractChargeID;
2020
public ?int $contractID;
21+
public ?int $contractBlockID;
2122
public ?int $contractServiceAdjustmentID;
2223
public ?int $contractServiceBundleAdjustmentID;
2324
public ?int $contractServiceBundleID;

0 commit comments

Comments
 (0)