File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01 Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 4341
4341
"$ref" : " #/definitions/BillingProfile"
4342
4342
}
4343
4343
},
4344
+ "totalCount" : {
4345
+ "description" : " Total number of records." ,
4346
+ "type" : " number" ,
4347
+ "format" : " int32" ,
4348
+ "readOnly" : true
4349
+ },
4344
4350
"nextLink" : {
4345
4351
"description" : " The link (url) to the next page of results." ,
4346
4352
"type" : " string" ,
6336
6342
"modelAsString" : true
6337
6343
}
6338
6344
},
6339
- "billingProfilesInfo" : {
6340
- "type" : " array" ,
6345
+ "billingProfileInfo" : {
6341
6346
"description" : " The list of billing profiles associated with agreement and present only for specific agreements." ,
6342
6347
"readOnly" : true ,
6343
- "items" : {
6344
- "$ref" : " #/definitions/BillingProfileInfo"
6345
- }
6348
+ "$ref" : " #/definitions/BillingProfileInfo"
6346
6349
},
6347
6350
"effectiveDate" : {
6348
6351
"description" : " The date from which the agreement is effective." ,
6371
6374
}
6372
6375
},
6373
6376
"BillingProfileInfo" : {
6374
- "type" : " object" ,
6375
6377
"description" : " Details about billing profile associated with agreement and available only for specific agreements." ,
6378
+ "type" : " object" ,
6376
6379
"properties" : {
6377
6380
"billingProfileId" : {
6378
6381
"description" : " The unique identifier for the billing profile." ,
You can’t perform that action at this time.
0 commit comments