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

Commit 675710e

Browse files
authored
Merge pull request #402 from jaseaman/401-missing-banktransaction-status
Issue-401: Added missing BankTransactionStatus 'VOIDED'
2 parents 2901439 + ca788c9 commit 675710e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Xero.Api/Core/Model/Status/BankTransactionStatus.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ public enum BankTransactionStatus
88
[EnumMember(Value = "AUTHORISED")]
99
Authorised,
1010
[EnumMember(Value = "DELETED")]
11-
Deleted
11+
Deleted,
12+
[EnumMember(Value = "VOIDED")]
13+
Voided
1214
}
1315
}

0 commit comments

Comments
 (0)