Skip to content

Commit

Permalink
Update BatchSendingItem Resource
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kalianko committed Sep 18, 2024
1 parent cb1adad commit 071ec8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resource/BatchSendingItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class BatchSendingItem extends BaseResource

public string $name;

public ?Envelope $envelope;
public ?string $envelopeId;

public string $status;

Expand All @@ -24,7 +24,7 @@ class BatchSendingItem extends BaseResource
public ?string $failedMessage;

/** @var array<BatchSendingItemRecipientRaw> */
public array $recipientsRawData;
public array $recipients;

/** @var array<Violation>|null */
public ?array $violations;
Expand Down

0 comments on commit 071ec8e

Please sign in to comment.