Skip to content

Instantly share code, notes, and snippets.

@PaulStovell
PaulStovell / InvoiceBuilder.cs
Created April 15, 2013 10:06
FastSpring/Xero integration
// This class takes the records from FastSpring and turns them into a Xero invoice for saving
using System;
using System.Collections.Generic;
using System.Linq;
using XeroApi.Model;
using XeroFastSpring.FastSpring;
namespace XeroFastSpring.Xero
{