Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 36a955b

Browse files
authored
Merge pull request #311 from apboyle/nonrecoverable
Add IsNonRecoverable column to TaxComponent.
2 parents dd43765 + a2b32fd commit 36a955b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Xero.Api/Core/Model/TaxComponent.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ public class TaxComponent : CoreData
1414

1515
[DataMember(EmitDefaultValue = false)]
1616
public bool? IsCompound { get; set; }
17+
18+
[DataMember(EmitDefaultValue = false)]
19+
public bool? IsNonRecoverable { get; set; }
1720
}
1821
}

0 commit comments

Comments
 (0)