File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 ];
You can’t perform that action at this time.
0 commit comments