Skip to content

Commit

Permalink
Merge pull request #10 from MJMortimer/f-TaxTypeName
Browse files Browse the repository at this point in the history
Added TaxTypeName to Payslip TaxLine for AU Payroll
  • Loading branch information
MJMortimer committed Nov 20, 2017
2 parents 3fbd41e + ea9f4a7 commit 7fba87e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Xero.Api/Payroll/Australia/Model/TaxLine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ public class TaxLine
{
[DataMember(Name = "PayslipTaxLineID")]
public Guid PayslipTaxLineId { get; set; }


[DataMember]
public string TaxTypeName { get; set; }

[DataMember]
public string Description { get; set; }

Expand Down

0 comments on commit 7fba87e

Please sign in to comment.