Skip to content

Commit

Permalink
Merge pull request XeroAPI#30 from TDaphneB/master
Browse files Browse the repository at this point in the history
Added ShortCode to Organisation
  • Loading branch information
Dan Barratt committed Apr 11, 2013
2 parents 269e5ff + 02c0684 commit 6ff382e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/XeroApi/Model/Organisation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public class Organisation : EndpointModelBase
public int FinancialYearEndMonth;

public string Timezone;

public string ShortCode;

public override string ToString()
{
Expand Down

0 comments on commit 6ff382e

Please sign in to comment.