Skip to content

Commit

Permalink
Add BatchSending.template, BatchSending.file
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Sep 12, 2024
1 parent 1e91112 commit 8949b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resource/BatchSending.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ class BatchSending extends BaseResource

public ?string $name;

public ?string $envelopeTemplateId;
public ?EnvelopeTemplate $template;

public ?File $file;

public int $itemsWaitingCount;

Expand Down

0 comments on commit 8949b87

Please sign in to comment.