Skip to content

Commit

Permalink
Add TotalCount property to ListInvoices (#16623)
Browse files Browse the repository at this point in the history
Co-authored-by: Braden Watkins <brwatkin@microsoft.com>
  • Loading branch information
bradenwatkins and Braden Watkins authored Nov 9, 2021
1 parent 99c77e2 commit 0c48f2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7320,6 +7320,12 @@
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
},
"totalCount": {
"description": "Total number of records.",
"type": "number",
"format": "int32",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5037,6 +5037,12 @@
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
},
"totalCount": {
"description": "Total number of records.",
"type": "number",
"format": "int32",
"readOnly": true
}
}
},
Expand Down Expand Up @@ -5092,8 +5098,8 @@
"$ref": "#/definitions/Amount"
},
"azurePrepaymentApplied": {
"description": "The amount of Azure prepayment applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.",
"readOnly": true,
"description": "The amount of Azure prepayment applied to the charges. This field is applicable to billing accounts with agreement type Microsoft Customer Agreement.",
"$ref": "#/definitions/Amount"
},
"billedAmount": {
Expand Down

0 comments on commit 0c48f2a

Please sign in to comment.