File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01 Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 6429
6429
"modelAsString" : true
6430
6430
}
6431
6431
},
6432
+ "billingProfilesInfo" : {
6433
+ "type" : " array" ,
6434
+ "description" : " The list of billing profiles associated with agreement and present only for specific agreements." ,
6435
+ "readOnly" : true ,
6436
+ "items" : {
6437
+ "$ref" : " #/definitions/BillingProfileInfo"
6438
+ }
6439
+ },
6432
6440
"effectiveDate" : {
6433
6441
"description" : " The date from which the agreement is effective." ,
6434
6442
"type" : " string" ,
6455
6463
}
6456
6464
}
6457
6465
},
6466
+ "BillingProfileInfo" : {
6467
+ "type" : " object" ,
6468
+ "description" : " Details about billing profile associated with agreement and available only for specific agreements." ,
6469
+ "properties" : {
6470
+ "billingProfileId" : {
6471
+ "description" : " The unique identifier for the billing profile." ,
6472
+ "type" : " string"
6473
+ },
6474
+ "billingProfileDisplayName" : {
6475
+ "description" : " The name of the billing profile" ,
6476
+ "type" : " string"
6477
+ },
6478
+ "indirectRelationshipOrganizationName" : {
6479
+ "description" : " Billing account name. This property is available for a specific type of agreement." ,
6480
+ "type" : " string"
6481
+ }
6482
+ }
6483
+ },
6458
6484
"Participants" : {
6459
6485
"description" : " The details about a participant." ,
6460
6486
"properties" : {
You can’t perform that action at this time.
0 commit comments