Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4375,6 +4375,12 @@
"$ref": "#/definitions/BillingProfile"
}
},
"totalCount": {
"description": "Total number of records.",
"type": "number",
"format": "int32",
"readOnly": true
},
"nextLink": {
"description": "The link (url) to the next page of results.",
"type": "string",
Expand Down Expand Up @@ -6429,13 +6435,10 @@
"modelAsString": true
}
},
"billingProfilesInfo": {
"type": "array",
"billingProfileInfo": {
"description": "The list of billing profiles associated with agreement and present only for specific agreements.",
"readOnly": true,
"items": {
"$ref": "#/definitions/BillingProfileInfo"
}
"$ref": "#/definitions/BillingProfileInfo"
},
"effectiveDate": {
"description": "The date from which the agreement is effective.",
Expand Down Expand Up @@ -6464,8 +6467,8 @@
}
},
"BillingProfileInfo": {
"type": "object",
"description": "Details about billing profile associated with agreement and available only for specific agreements.",
"type": "object",
"properties": {
"billingProfileId": {
"description": "The unique identifier for the billing profile.",
Expand Down