Skip to content

Commit

Permalink
add fields to invoice type
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaschen committed Jan 7, 2025
1 parent 73e4030 commit 949f14d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Type/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
* @property $shipment_ids
* @property $customer_order_id
* @property $alternative_recipient_address_id
* @property int $read_only
*/
class Invoice extends AbstractType implements TypeInterface
{
Expand Down Expand Up @@ -318,6 +319,8 @@ class Invoice extends AbstractType implements TypeInterface
'shipment_ids' => null,
'customer_order_id' => null,
'alternative_recipient_address_id' => null,
'customer_reference' => null,
'read_only' => null,
];

/**
Expand Down

0 comments on commit 949f14d

Please sign in to comment.