Skip to content

Commit

Permalink
Fixes (#43)
Browse files Browse the repository at this point in the history
[#42](#42)

Co-authored-by: Kholby Lawson <[email protected]>
  • Loading branch information
zdc26z and Kholby Lawson authored Jun 25, 2021
1 parent 0f640a3 commit 24f2da6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/API/BillingItems/BillingItemEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ class BillingItemEntity extends DataTransferObject
public ?Carbon $webServiceDate;
/** @var \Anteris\Autotask\Support\UserDefinedFields\UserDefinedFieldEntity[]|null */
public ?array $userDefinedFields;
public ?int $contractServiceID;
public ?int $contractServiceBundleID;
public ?int $contractServiceAdjustmentID;
public ?int $contractServiceBundleAdjustmentID;
public ?int $contractServiceBundlePeriodID;
public ?int $contractServicePeriodID;

/**
* Creates a new BillingItem entity.
Expand Down

0 comments on commit 24f2da6

Please sign in to comment.