Skip to content

Commit

Permalink
Add BatchSending.createdBy and BatchSending.sender parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Oct 1, 2024
1 parent bca6e64 commit cbe69da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Resource/BatchSending.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ class BatchSending extends BaseResource
{
use EntityResourceTrait;

public Blame $createdBy;

public ?string $name;

public ?string $envelopeTemplateId;

public ?UserInfo $sender;

public ?File $file;

public int $itemsWaitingCount;
Expand Down

0 comments on commit cbe69da

Please sign in to comment.