Skip to content

Commit

Permalink
Document customer_external_id field (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassansin authored and pkopac committed Sep 3, 2019
1 parent b32f44b commit a8b7666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Invoice extends AbstractResource
public $customer_uuid;
public $external_id;
public $data_source_uuid;
public $customer_external_id;

public $currency;
public $date;
Expand Down

0 comments on commit a8b7666

Please sign in to comment.