Skip to content

Commit

Permalink
Extend BatchSendingStats
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kalianko committed Nov 11, 2024
1 parent dbe089b commit 22a3f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Resource/BatchSendingStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class BatchSendingStats extends BaseResource

public int $waiting;

public int $totalEnvelopes;

public int $sent;

public int $completed;
Expand Down

0 comments on commit 22a3f1c

Please sign in to comment.