-
Notifications
You must be signed in to change notification settings - Fork 3
AnalyticsParams
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Analytics\AnalyticsParams
- This class implements:
\Seven\Api\Library\ParamsInterface
protected ?\DateTime $end
protected ?string $label
protected ?\DateTime $start
protected string|int|null $subaccounts
public toArray(): array
public getStart(): ?\DateTime
public setStart(?\DateTime $start): self
Parameters:
Parameter | Type | Description |
---|---|---|
$start |
?\DateTime |
public getEnd(): ?\DateTime
public setEnd(?\DateTime $end): self
Parameters:
Parameter | Type | Description |
---|---|---|
$end |
?\DateTime |
public getLabel(): ?string
public setLabel(?string $label): self
Parameters:
Parameter | Type | Description |
---|---|---|
$label |
?string |
public getSubaccounts(): string|int|null
public setSubaccounts(string|int|null $subaccounts): self
Parameters:
Parameter | Type | Description |
---|---|---|
$subaccounts |
string|int|null |
Automatically generated on 2025-02-06