Skip to content

Commit

Permalink
added constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Thalen committed Mar 25, 2015
1 parent ed4340d commit 4f220b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/NextTalent/AcumulusPhp/Models/Invoice.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<?php namespace NextTalent\AcumulusPhp\Models;
<?php

namespace NextTalent\AcumulusPhp\Models;

class Invoice
{
const STATUS_DUE = 1;
const STATUS_PAID = 2;

protected $concept;
protected $number;
protected $vattype;
Expand Down

0 comments on commit 4f220b5

Please sign in to comment.