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
Classes like Supplier_Invoice_Request_Data_InboundType could be made better by marking them as partial so that consumers could add on the class as their needs desire.
My case is to add a constructor to Supplier_Invoice_Request_Data_InboundType from a class in my code to allow for a more natural C# way to organize my code base.
The text was updated successfully, but these errors were encountered:
Classes like
Supplier_Invoice_Request_Data_InboundType
could be made better by marking them aspartial
so that consumers could add on the class as their needs desire.My case is to add a constructor to
Supplier_Invoice_Request_Data_InboundType
from a class in my code to allow for a more natural C# way to organize my code base.The text was updated successfully, but these errors were encountered: