Skip to content

Commit

Permalink
Consumption Correctness Updates (#13280)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikku-2020 authored Mar 5, 2021
1 parent c72598a commit 8fb7ed0
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2520,6 +2520,11 @@
"type": "string",
"readOnly": true
},
"additionalInfo": {
"description": "Additional information.",
"type": "string",
"readOnly": true
},
"orderNumber": {
"description": "The order number.",
"type": "string",
Expand Down Expand Up @@ -4145,6 +4150,26 @@
"description": "The link (url) to the next page of results.",
"type": "string",
"readOnly": true
},
"download": {
"description": "Pricesheet download details.",
"$ref": "#/definitions/MeterDetails",
"readOnly": true
}
}
},
"DownloadProperties": {
"description": "The properties of the price sheet download.",
"properties": {
"downloadUrl": {
"description": "The link (url) to download the pricesheet.",
"type": "string",
"readOnly": true
},
"validTill": {
"description": "Download link validity.",
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit 8fb7ed0

Please sign in to comment.