Skip to content

Commit c244444

Browse files
authored
Merge pull request #145 from XeroAPI/sid-development
Added 2 missing enums and Reference attributes
2 parents 22bbf5a + 2c23dc1 commit c244444

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

accounting-yaml/Xero_accounting_2.0.0_swagger.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20424,6 +20424,10 @@ components:
2042420424
description: The total of the prepayment(subtotal + total tax)
2042520425
type: number
2042620426
format: double
20427+
Reference:
20428+
description: Returns Invoice number field. Reference field isn't available.
20429+
type: string
20430+
readOnly: true
2042720431
UpdatedDateUTC:
2042820432
description: UTC timestamp of last update to the prepayment
2042920433
type: string
@@ -20758,6 +20762,7 @@ components:
2075820762
- SUBMITTED
2075920763
- AUTHORISED
2076020764
- DECLINED
20765+
- VOIDED
2076120766
ReceiptNumber:
2076220767
description: Xero generated sequence number for receipt in current claim for a given user
2076320768
readOnly: true
@@ -20832,6 +20837,7 @@ components:
2083220837
enum:
2083320838
- DRAFT
2083420839
- AUTHORISED
20840+
- DELETED
2083520841
SubTotal:
2083620842
description: Total of invoice excluding taxes
2083720843
type: number

0 commit comments

Comments
 (0)