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 64296429 "modelAsString" : true
64306430 }
64316431 },
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+ },
64326440 "effectiveDate" : {
64336441 "description" : " The date from which the agreement is effective." ,
64346442 "type" : " string" ,
64556463 }
64566464 }
64576465 },
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+ },
64586484 "Participants" : {
64596485 "description" : " The details about a participant." ,
64606486 "properties" : {
You can’t perform that action at this time.
0 commit comments