Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Add `NotificationChannels.envelopeNotification` property
- Add `AccountBilling.bankIdSign` property
- Add `AccountBilling.bankIdQSign` property
- Add `AccountBilling.activeAccountUsage` property
- Add `AccountBilling.accountLimit` property
- Add `AccountSettings.delegation` property
- Add `EnvelopeTemplateRecipient.notificationCopies` and `EnvelopeRecipient.notificationCopies` property
- Add `EnvelopeRecipient.SignInfo` endpoint with resources
Expand Down
4 changes: 4 additions & 0 deletions src/Resource/AccountBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ class AccountBilling extends BaseResource
public bool $bankIdSign;

public bool $bankIdQSign;

public int $activeAccountUsage;

public int $accountLimit;
}