Skip to content

Commit 2f3d4b8

Browse files
authored
Merge pull request #65 from fastbill/add-buyerreference
ADD BUYER_REFERENCE (Leitweg-ID) to CustomerEntity
2 parents 5bce1b3 + 7bf9e17 commit 2f3d4b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Customer/CustomerEntity.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ class CustomerEntity
8989

9090
public $tags;
9191

92+
public $buyerReference;
93+
9294
public $documentHistoryUrl;
9395

9496
public $DeletedDate;
@@ -134,6 +136,7 @@ class CustomerEntity
134136
'CURRENCY_CODE' => 'currencyCode',
135137
'LASTUPDATE' => 'lastupdate',
136138
'TAGS' => 'tags',
139+
'BUYER_REFERENCE' => 'buyerReference',
137140
'DOCUMENT_HISTORY_URL' => 'documentHistoryUrl',
138141
'DELETED_DATE' => 'DeletedDate',
139142
];
@@ -179,6 +182,7 @@ class CustomerEntity
179182
'currencyCode' => 'CURRENCY_CODE',
180183
'lastupdate' => 'LASTUPDATE',
181184
'tags' => 'TAGS',
185+
'buyerReference' => 'BUYER_REFERENCE',
182186
'documentHistoryUrl' => 'DOCUMENT_HISTORY_URL',
183187
'DeletedDate' => 'DELETED_DATE',
184188
];

0 commit comments

Comments
 (0)