Skip to content

Commit

Permalink
Update VatCode.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eMaurits committed Nov 27, 2015
1 parent e0c574b commit b5fe9b9
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions src/Picqer/Financials/Exact/VatCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,51 @@ class VatCode extends Model
{

use Query\Findable;
use Persistance\Storable;

protected $fillable = [
'ID',
'Account',
'AccountCode',
'AccountName',
'CalculationBasis',
'Charged',
'Code',
'Country',
'ID',
'Created',
'Creator',
'CreatorFullName',
'Description',
'Division',
'Percentage'
'EUSalesListing',
'GLDiscountPurchase',
'GLDiscountPurchaseCode',
'GLDiscountPurchaseDescription',
'GLDiscountSales',
'GLDiscountSalesCode',
'GLDiscountSalesDescription',
'GLToClaim',
'GLToClaimCode',
'GLToClaimDescription',
'GLToPay',
'GLToPayCode',
'GLToPayDescription',
'IntraStat',
'IsBlocked',
'LegalText',
'Modified',
'Modifier',
'ModifierFullName',
'Percentage',
'TaxReturnType',
'Type',
'VatDocType',
'VatMargin',
'VATPartialRatio',
'VATPercentages',
'VATTransactionType'
];

protected $url = 'vat/VATCodes';

}
}

0 comments on commit b5fe9b9

Please sign in to comment.