Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getName(): ?string
Name for the Budget.
|
#
|
public
|
setName(?string $name): self
Name for the Budget.
|
#
|
public
|
getDescription(): ?string
Description of what the Budget is used for.
Description of what the Budget is used for.
|
#
|
public
|
setDescription(?string $description): self
Description of what the Budget is used for.
Description of what the Budget is used for.
|
#
|
public
|
getOwnerUserIds(): string[]|null
User IDs of the owners of the Budget.
User IDs of the owners of the Budget.
|
#
|
public
|
setOwnerUserIds(string[]|null $ownerUserIds): self
User IDs of the owners of the Budget.
User IDs of the owners of the Budget.
|
#
|
public
|
getMemberUserIds(): string[]|null
User IDs of the members of the Budget.
User IDs of the members of the Budget.
|
#
|
public
|
setMemberUserIds(string[]|null $memberUserIds): self
User IDs of the members of the Budget.
User IDs of the members of the Budget.
|
#
|
public
|
getLimit(): UpdateBudgetRequestLimit
|
#
|
public
|
setLimit(UpdateBudgetRequestLimit $limit): self
|
#
|
public
|
getLimitType(): string
|
#
|
public
|
setLimitType(string $limitType): self
|
#
|
public
|
getSpendType(): string
|
#
|
public
|
setSpendType(string $spendType): self
|
#
|
public
|
getStartDate(): ?DateTime
The UTC date when the Budget should start counting.
The UTC date when the Budget should start counting.
|
#
|
public
|
setStartDate(?DateTime $startDate): self
The UTC date when the Budget should start counting.
The UTC date when the Budget should start counting.
|
#
|
public
|
getEndDate(): ?DateTime
The UTC date when the Budget should stop counting.
The UTC date when the Budget should stop counting.
|
#
|
public
|
setEndDate(?DateTime $endDate): self
The UTC date when the Budget should stop counting.
The UTC date when the Budget should stop counting.
|
#
|