Skip to content

Commit

Permalink
Update Sale.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Oct 2, 2023
1 parent d02e5f2 commit d4e8072
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/Resources/TwoDotZero/Sale.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,18 +223,25 @@ class Sale extends DataTransferObject
* @var mixed|null
*/
public $return_ids;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $has_unsynced_on_account_payments;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $complete_open_sequence_id;

/**
* **undocumented**.
*
* @var mixed|null
*/
public $attributes;
}

0 comments on commit d4e8072

Please sign in to comment.