Skip to content

Instantly share code, notes, and snippets.

@explorer14
Last active November 16, 2021 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/68bfd2cf86373883261051d5cd63a825 to your computer and use it in GitHub Desktop.
Save explorer14/68bfd2cf86373883261051d5cd63a825 to your computer and use it in GitHub Desktop.
public class PurchaseOrderChanges
{
// other attributes not relevant for this
PurchaseOrderLineChange[] PurchaseOrderLineChanges;
}
public class PurchaseOrderLineChange
{
int PurchaseOrderLineId;
int? QuantityCancelled;
DateTime? ExpectedDeliveryDate;
int ResultingVersion;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment