freshbooks-php-sdk

ProjectGroup extends DataTransferObject

ProjectGroups contain of the members and pending invitations to become a member of a project.

Tags
link
https://www.freshbooks.com/api/project

Table of Contents

Properties

$id  : int
$members  : array<string|int, mixed>
$pendingInvitations  : array<string|int, mixed>

Properties

$id

public int $id

The unique identifier of this project group within this business.

$members

public array<string|int, mixed> $members
Attributes
#[CastWith]
\Spatie\DataTransferObject\Casters\ArrayCaster::class
$itemType: \amcintosh\FreshBooks\Model\ProjectGroupMember::class

$pendingInvitations

public array<string|int, mixed> $pendingInvitations
Attributes
#[CastWith]
\Spatie\DataTransferObject\Casters\ArrayCaster::class
$itemType: \amcintosh\FreshBooks\Model\ProjectGroupInvitation::class
#[MapFrom]
'pending_invitations'

        
On this page

Search results