Skip to content

Commit

Permalink
Merge pull request #13 from bertjuuhh/patch-7
Browse files Browse the repository at this point in the history
Added all Payment Condition properties
  • Loading branch information
stephangroen committed Aug 12, 2015
2 parents e3cb789 + 7889704 commit 09243e2
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/Picqer/Financials/Exact/PaymentCondition.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,26 @@ class PaymentCondition extends Model {
protected $fillable = [
'ID',
'Code',
'Created',
'Creator',
'CreatorFullName',
'CreditManagementScenario',
'CreditManagementScenarioCode',
'CreditManagementScenarioDescription',
'Description',
'PaymentDays'
'DiscountCalculation',
'DiscountPaymentDays',
'DiscountPercentage',
'Division',
'Modified',
'Modifier',
'ModifierFullName',
'PaymentDays',
'PaymentDiscountType',
'PaymentEndOfMonths',
'PaymentMethod',
'Percentage',
'VATCalculation'
];

protected $url = 'cashflow/PaymentConditions';
Expand Down

0 comments on commit 09243e2

Please sign in to comment.