You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just update sdk to the last version 4.3.17 and i get error because LastModified in CustomerSearch is not nullable.
The strange thing is that the base class BaseSearch has LastModified too but nullable.
Why was LastModified added to CustomerSearch and why is it not nullable ?
The text was updated successfully, but these errors were encountered:
Hi, I believe this was a mistake. You are correct in that the base class already has LastModified, so there is no reason for this non-nullable version to exists
I just update sdk to the last version 4.3.17 and i get error because LastModified in CustomerSearch is not nullable.
The strange thing is that the base class BaseSearch has LastModified too but nullable.
Why was LastModified added to CustomerSearch and why is it not nullable ?
The text was updated successfully, but these errors were encountered: