Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active October 4, 2016 14:19
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 bjoerntx/fabbd73cc0f4da2ae20b2d6e7b9cbaef to your computer and use it in GitHub Desktop.
Save bjoerntx/fabbd73cc0f4da2ae20b2d6e7b9cbaef to your computer and use it in GitHub Desktop.
// create dummy data
Invoice invoice = new Invoice();
invoice.name = "Text Control, LLC";
invoice.invoice_no = "Test_R667663";
// create a new MergeBody object
MergeBody body = new MergeBody();
body.MergeData = invoice;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment