@azure/arm-billing 3.1.1 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +69 -81
- package/dist/index.js +10450 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/billingManagementClient.d.ts +37 -0
- package/dist-esm/src/billingManagementClient.d.ts.map +1 -0
- package/dist-esm/src/billingManagementClient.js +70 -0
- package/dist-esm/src/billingManagementClient.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +3244 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +272 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +86 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +2114 -1808
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +45 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +374 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/address.d.ts +20 -0
- package/dist-esm/src/operations/address.d.ts.map +1 -0
- package/dist-esm/src/operations/address.js +50 -0
- package/dist-esm/src/operations/address.js.map +1 -0
- package/dist-esm/src/operations/agreements.d.ts +42 -0
- package/dist-esm/src/operations/agreements.d.ts.map +1 -0
- package/dist-esm/src/operations/agreements.js +156 -0
- package/dist-esm/src/operations/agreements.js.map +1 -0
- package/dist-esm/src/operations/availableBalances.d.ts +22 -0
- package/dist-esm/src/operations/availableBalances.d.ts.map +1 -0
- package/dist-esm/src/operations/availableBalances.js +54 -0
- package/dist-esm/src/operations/availableBalances.js.map +1 -0
- package/dist-esm/src/operations/billingAccounts.d.ts +79 -0
- package/dist-esm/src/operations/billingAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/billingAccounts.js +330 -0
- package/dist-esm/src/operations/billingAccounts.js.map +1 -0
- package/dist-esm/src/operations/billingPeriods.d.ts +44 -0
- package/dist-esm/src/operations/billingPeriods.d.ts.map +1 -0
- package/dist-esm/src/operations/billingPeriods.js +168 -0
- package/dist-esm/src/operations/billingPeriods.js.map +1 -0
- package/dist-esm/src/operations/billingPermissions.d.ts +110 -0
- package/dist-esm/src/operations/billingPermissions.d.ts.map +1 -0
- package/dist-esm/src/operations/billingPermissions.js +468 -0
- package/dist-esm/src/operations/billingPermissions.js.map +1 -0
- package/dist-esm/src/operations/billingProfiles.d.ts +64 -0
- package/dist-esm/src/operations/billingProfiles.d.ts.map +1 -0
- package/dist-esm/src/operations/billingProfiles.js +245 -0
- package/dist-esm/src/operations/billingProfiles.js.map +1 -0
- package/dist-esm/src/operations/billingPropertyOperations.d.ts +26 -0
- package/dist-esm/src/operations/billingPropertyOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/billingPropertyOperations.js +74 -0
- package/dist-esm/src/operations/billingPropertyOperations.js.map +1 -0
- package/dist-esm/src/operations/billingRoleAssignments.d.ts +146 -0
- package/dist-esm/src/operations/billingRoleAssignments.d.ts.map +1 -0
- package/dist-esm/src/operations/billingRoleAssignments.js +578 -0
- package/dist-esm/src/operations/billingRoleAssignments.js.map +1 -0
- package/dist-esm/src/operations/billingRoleDefinitions.d.ts +119 -0
- package/dist-esm/src/operations/billingRoleDefinitions.d.ts.map +1 -0
- package/dist-esm/src/operations/billingRoleDefinitions.js +471 -0
- package/dist-esm/src/operations/billingRoleDefinitions.js.map +1 -0
- package/dist-esm/src/operations/billingSubscriptions.d.ts +160 -0
- package/dist-esm/src/operations/billingSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/billingSubscriptions.js +655 -0
- package/dist-esm/src/operations/billingSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/customers.d.ts +71 -0
- package/dist-esm/src/operations/customers.d.ts.map +1 -0
- package/dist-esm/src/operations/customers.js +287 -0
- package/dist-esm/src/operations/customers.js.map +1 -0
- package/dist-esm/src/operations/enrollmentAccounts.d.ts +38 -0
- package/dist-esm/src/operations/enrollmentAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/enrollmentAccounts.js +144 -0
- package/dist-esm/src/operations/enrollmentAccounts.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/instructions.d.ts +57 -0
- package/dist-esm/src/operations/instructions.d.ts.map +1 -0
- package/dist-esm/src/operations/instructions.js +208 -0
- package/dist-esm/src/operations/instructions.js.map +1 -0
- package/dist-esm/src/operations/invoiceSections.d.ts +70 -0
- package/dist-esm/src/operations/invoiceSections.d.ts.map +1 -0
- package/dist-esm/src/operations/invoiceSections.js +264 -0
- package/dist-esm/src/operations/invoiceSections.js.map +1 -0
- package/dist-esm/src/operations/invoices.d.ts +202 -0
- package/dist-esm/src/operations/invoices.d.ts.map +1 -0
- package/dist-esm/src/operations/invoices.js +817 -0
- package/dist-esm/src/operations/invoices.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/policies.d.ts +47 -0
- package/dist-esm/src/operations/policies.d.ts.map +1 -0
- package/dist-esm/src/operations/policies.js +149 -0
- package/dist-esm/src/operations/policies.js.map +1 -0
- package/dist-esm/src/operations/products.d.ts +160 -0
- package/dist-esm/src/operations/products.d.ts.map +1 -0
- package/dist-esm/src/operations/products.js +615 -0
- package/dist-esm/src/operations/products.js.map +1 -0
- package/dist-esm/src/operations/reservations.d.ts +63 -0
- package/dist-esm/src/operations/reservations.d.ts.map +1 -0
- package/dist-esm/src/operations/reservations.js +265 -0
- package/dist-esm/src/operations/reservations.js.map +1 -0
- package/dist-esm/src/operations/transactions.d.ts +40 -0
- package/dist-esm/src/operations/transactions.d.ts.map +1 -0
- package/dist-esm/src/operations/transactions.js +137 -0
- package/dist-esm/src/operations/transactions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/address.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/address.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/address.js +9 -0
- package/dist-esm/src/operationsInterfaces/address.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/agreements.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/agreements.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/agreements.js +9 -0
- package/dist-esm/src/operationsInterfaces/agreements.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.js +9 -0
- package/dist-esm/src/operationsInterfaces/availableBalances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.d.ts +41 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingPeriods.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.d.ts +34 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingPermissions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.d.ts +40 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingProfiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.d.ts +18 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingPropertyOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.d.ts +84 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingRoleAssignments.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingRoleDefinitions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.d.ts +80 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/billingSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/customers.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/customers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/customers.js +9 -0
- package/dist-esm/src/operationsInterfaces/customers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/enrollmentAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +29 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/instructions.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/instructions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/instructions.js +9 -0
- package/dist-esm/src/operationsInterfaces/instructions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.js +9 -0
- package/dist-esm/src/operationsInterfaces/invoiceSections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoices.d.ts +124 -0
- package/dist-esm/src/operationsInterfaces/invoices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/invoices.js +9 -0
- package/dist-esm/src/operationsInterfaces/invoices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts +39 -0
- package/dist-esm/src/operationsInterfaces/policies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/policies.js +9 -0
- package/dist-esm/src/operationsInterfaces/policies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/products.d.ts +78 -0
- package/dist-esm/src/operationsInterfaces/products.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/products.js +9 -0
- package/dist-esm/src/operationsInterfaces/products.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/reservations.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/reservations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/reservations.js +9 -0
- package/dist-esm/src/operationsInterfaces/reservations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/transactions.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/transactions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/transactions.js +9 -0
- package/dist-esm/src/operationsInterfaces/transactions.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -32
- package/review/arm-billing.api.md +2361 -0
- package/rollup.config.js +181 -30
- package/src/billingManagementClient.ts +144 -73
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +2567 -3859
- package/src/models/mappers.ts +2120 -1803
- package/src/models/parameters.ts +257 -103
- package/src/operations/address.ts +38 -56
- package/src/operations/agreements.ts +133 -118
- package/src/operations/availableBalances.ts +41 -56
- package/src/operations/billingAccounts.ts +314 -229
- package/src/operations/billingPeriods.ts +131 -122
- package/src/operations/billingPermissions.ts +468 -275
- package/src/operations/billingProfiles.ts +236 -165
- package/src/operations/billingPropertyOperations.ts +55 -94
- package/src/operations/billingRoleAssignments.ts +506 -453
- package/src/operations/billingRoleDefinitions.ts +436 -334
- package/src/operations/billingSubscriptions.ts +669 -487
- package/src/operations/customers.ts +263 -187
- package/src/operations/enrollmentAccounts.ts +104 -108
- package/src/operations/index.ts +4 -5
- package/src/operations/instructions.ts +182 -167
- package/src/operations/invoiceSections.ts +265 -167
- package/src/operations/invoices.ts +903 -544
- package/src/operations/operations.ts +87 -73
- package/src/operations/policies.ts +112 -188
- package/src/operations/products.ts +599 -501
- package/src/operations/reservations.ts +344 -0
- package/src/operations/transactions.ts +133 -81
- package/src/operationsInterfaces/address.ts +27 -0
- package/src/operationsInterfaces/agreements.ts +40 -0
- package/src/operationsInterfaces/availableBalances.ts +29 -0
- package/src/operationsInterfaces/billingAccounts.ts +81 -0
- package/src/operationsInterfaces/billingPeriods.ts +40 -0
- package/src/operationsInterfaces/billingPermissions.ts +65 -0
- package/src/operationsInterfaces/billingProfiles.ts +78 -0
- package/src/operationsInterfaces/billingPropertyOperations.ts +37 -0
- package/src/operationsInterfaces/billingRoleAssignments.ts +152 -0
- package/src/operationsInterfaces/billingRoleDefinitions.ts +104 -0
- package/src/operationsInterfaces/billingSubscriptions.ts +144 -0
- package/src/operationsInterfaces/customers.ts +55 -0
- package/src/operationsInterfaces/enrollmentAccounts.ts +36 -0
- package/src/operationsInterfaces/index.ts +29 -0
- package/src/operationsInterfaces/instructions.ts +63 -0
- package/src/operationsInterfaces/invoiceSections.ts +86 -0
- package/src/operationsInterfaces/invoices.ts +233 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/policies.ts +76 -0
- package/src/operationsInterfaces/products.ts +137 -0
- package/src/operationsInterfaces/reservations.ts +41 -0
- package/src/operationsInterfaces/transactions.ts +30 -0
- package/tsconfig.json +3 -3
- package/types/arm-billing.d.ts +4451 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-billing.js +0 -8674
- package/dist/arm-billing.js.map +0 -1
- package/dist/arm-billing.min.js +0 -1
- package/dist/arm-billing.min.js.map +0 -1
- package/esm/billingManagementClient.d.ts +0 -43
- package/esm/billingManagementClient.d.ts.map +0 -1
- package/esm/billingManagementClient.js +0 -57
- package/esm/billingManagementClient.js.map +0 -1
- package/esm/billingManagementClientContext.d.ts +0 -21
- package/esm/billingManagementClientContext.d.ts.map +0 -1
- package/esm/billingManagementClientContext.js +0 -60
- package/esm/billingManagementClientContext.js.map +0 -1
- package/esm/models/addressMappers.d.ts +0 -2
- package/esm/models/addressMappers.d.ts.map +0 -1
- package/esm/models/addressMappers.js +0 -9
- package/esm/models/addressMappers.js.map +0 -1
- package/esm/models/agreementsMappers.d.ts +0 -2
- package/esm/models/agreementsMappers.d.ts.map +0 -1
- package/esm/models/agreementsMappers.js +0 -9
- package/esm/models/agreementsMappers.js.map +0 -1
- package/esm/models/availableBalancesMappers.d.ts +0 -2
- package/esm/models/availableBalancesMappers.d.ts.map +0 -1
- package/esm/models/availableBalancesMappers.js +0 -9
- package/esm/models/availableBalancesMappers.js.map +0 -1
- package/esm/models/billingAccountsMappers.d.ts +0 -2
- package/esm/models/billingAccountsMappers.d.ts.map +0 -1
- package/esm/models/billingAccountsMappers.js +0 -9
- package/esm/models/billingAccountsMappers.js.map +0 -1
- package/esm/models/billingPeriodsMappers.d.ts +0 -2
- package/esm/models/billingPeriodsMappers.d.ts.map +0 -1
- package/esm/models/billingPeriodsMappers.js +0 -9
- package/esm/models/billingPeriodsMappers.js.map +0 -1
- package/esm/models/billingPermissionsMappers.d.ts +0 -2
- package/esm/models/billingPermissionsMappers.d.ts.map +0 -1
- package/esm/models/billingPermissionsMappers.js +0 -9
- package/esm/models/billingPermissionsMappers.js.map +0 -1
- package/esm/models/billingProfilesMappers.d.ts +0 -2
- package/esm/models/billingProfilesMappers.d.ts.map +0 -1
- package/esm/models/billingProfilesMappers.js +0 -9
- package/esm/models/billingProfilesMappers.js.map +0 -1
- package/esm/models/billingPropertyOperationsMappers.d.ts +0 -2
- package/esm/models/billingPropertyOperationsMappers.d.ts.map +0 -1
- package/esm/models/billingPropertyOperationsMappers.js +0 -9
- package/esm/models/billingPropertyOperationsMappers.js.map +0 -1
- package/esm/models/billingRoleAssignmentsMappers.d.ts +0 -2
- package/esm/models/billingRoleAssignmentsMappers.d.ts.map +0 -1
- package/esm/models/billingRoleAssignmentsMappers.js +0 -9
- package/esm/models/billingRoleAssignmentsMappers.js.map +0 -1
- package/esm/models/billingRoleDefinitionsMappers.d.ts +0 -2
- package/esm/models/billingRoleDefinitionsMappers.d.ts.map +0 -1
- package/esm/models/billingRoleDefinitionsMappers.js +0 -9
- package/esm/models/billingRoleDefinitionsMappers.js.map +0 -1
- package/esm/models/billingSubscriptionsMappers.d.ts +0 -2
- package/esm/models/billingSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/billingSubscriptionsMappers.js +0 -9
- package/esm/models/billingSubscriptionsMappers.js.map +0 -1
- package/esm/models/customersMappers.d.ts +0 -2
- package/esm/models/customersMappers.d.ts.map +0 -1
- package/esm/models/customersMappers.js +0 -9
- package/esm/models/customersMappers.js.map +0 -1
- package/esm/models/enrollmentAccountsMappers.d.ts +0 -2
- package/esm/models/enrollmentAccountsMappers.d.ts.map +0 -1
- package/esm/models/enrollmentAccountsMappers.js +0 -9
- package/esm/models/enrollmentAccountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -4587
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/instructionsMappers.d.ts +0 -2
- package/esm/models/instructionsMappers.d.ts.map +0 -1
- package/esm/models/instructionsMappers.js +0 -9
- package/esm/models/instructionsMappers.js.map +0 -1
- package/esm/models/invoiceSectionsMappers.d.ts +0 -2
- package/esm/models/invoiceSectionsMappers.d.ts.map +0 -1
- package/esm/models/invoiceSectionsMappers.js +0 -9
- package/esm/models/invoiceSectionsMappers.js.map +0 -1
- package/esm/models/invoicesMappers.d.ts +0 -2
- package/esm/models/invoicesMappers.d.ts.map +0 -1
- package/esm/models/invoicesMappers.js +0 -9
- package/esm/models/invoicesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -82
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -27
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -279
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/policiesMappers.d.ts +0 -2
- package/esm/models/policiesMappers.d.ts.map +0 -1
- package/esm/models/policiesMappers.js +0 -9
- package/esm/models/policiesMappers.js.map +0 -1
- package/esm/models/productsMappers.d.ts +0 -2
- package/esm/models/productsMappers.d.ts.map +0 -1
- package/esm/models/productsMappers.js +0 -9
- package/esm/models/productsMappers.js.map +0 -1
- package/esm/models/transactionsMappers.d.ts +0 -2
- package/esm/models/transactionsMappers.d.ts.map +0 -1
- package/esm/models/transactionsMappers.js +0 -9
- package/esm/models/transactionsMappers.js.map +0 -1
- package/esm/operations/address.d.ts +0 -32
- package/esm/operations/address.d.ts.map +0 -1
- package/esm/operations/address.js +0 -57
- package/esm/operations/address.js.map +0 -1
- package/esm/operations/agreements.d.ts +0 -70
- package/esm/operations/agreements.d.ts.map +0 -1
- package/esm/operations/agreements.js +0 -113
- package/esm/operations/agreements.js.map +0 -1
- package/esm/operations/availableBalances.d.ts +0 -36
- package/esm/operations/availableBalances.d.ts.map +0 -1
- package/esm/operations/availableBalances.js +0 -57
- package/esm/operations/availableBalances.js.map +0 -1
- package/esm/operations/billingAccounts.d.ts +0 -127
- package/esm/operations/billingAccounts.d.ts.map +0 -1
- package/esm/operations/billingAccounts.js +0 -218
- package/esm/operations/billingAccounts.js.map +0 -1
- package/esm/operations/billingPeriods.d.ts +0 -70
- package/esm/operations/billingPeriods.d.ts.map +0 -1
- package/esm/operations/billingPeriods.js +0 -112
- package/esm/operations/billingPeriods.js.map +0 -1
- package/esm/operations/billingPermissions.d.ts +0 -169
- package/esm/operations/billingPermissions.d.ts.map +0 -1
- package/esm/operations/billingPermissions.js +0 -251
- package/esm/operations/billingPermissions.js.map +0 -1
- package/esm/operations/billingProfiles.d.ts +0 -94
- package/esm/operations/billingProfiles.d.ts.map +0 -1
- package/esm/operations/billingProfiles.js +0 -176
- package/esm/operations/billingProfiles.js.map +0 -1
- package/esm/operations/billingPropertyOperations.d.ts +0 -46
- package/esm/operations/billingPropertyOperations.d.ts.map +0 -1
- package/esm/operations/billingPropertyOperations.js +0 -91
- package/esm/operations/billingPropertyOperations.js.map +0 -1
- package/esm/operations/billingRoleAssignments.d.ts +0 -292
- package/esm/operations/billingRoleAssignments.d.ts.map +0 -1
- package/esm/operations/billingRoleAssignments.js +0 -387
- package/esm/operations/billingRoleAssignments.js.map +0 -1
- package/esm/operations/billingRoleDefinitions.d.ts +0 -211
- package/esm/operations/billingRoleDefinitions.d.ts.map +0 -1
- package/esm/operations/billingRoleDefinitions.js +0 -291
- package/esm/operations/billingRoleDefinitions.js.map +0 -1
- package/esm/operations/billingSubscriptions.d.ts +0 -267
- package/esm/operations/billingSubscriptions.d.ts.map +0 -1
- package/esm/operations/billingSubscriptions.js +0 -414
- package/esm/operations/billingSubscriptions.js.map +0 -1
- package/esm/operations/customers.d.ts +0 -114
- package/esm/operations/customers.d.ts.map +0 -1
- package/esm/operations/customers.js +0 -172
- package/esm/operations/customers.js.map +0 -1
- package/esm/operations/enrollmentAccounts.d.ts +0 -64
- package/esm/operations/enrollmentAccounts.d.ts.map +0 -1
- package/esm/operations/enrollmentAccounts.js +0 -105
- package/esm/operations/enrollmentAccounts.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/instructions.d.ts +0 -105
- package/esm/operations/instructions.d.ts.map +0 -1
- package/esm/operations/instructions.js +0 -153
- package/esm/operations/instructions.js.map +0 -1
- package/esm/operations/invoiceSections.d.ts +0 -102
- package/esm/operations/invoiceSections.d.ts.map +0 -1
- package/esm/operations/invoiceSections.js +0 -182
- package/esm/operations/invoiceSections.js.map +0 -1
- package/esm/operations/invoices.d.ts +0 -291
- package/esm/operations/invoices.d.ts.map +0 -1
- package/esm/operations/invoices.js +0 -539
- package/esm/operations/invoices.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/policies.d.ts +0 -104
- package/esm/operations/policies.d.ts.map +0 -1
- package/esm/operations/policies.js +0 -162
- package/esm/operations/policies.js.map +0 -1
- package/esm/operations/products.d.ts +0 -279
- package/esm/operations/products.d.ts.map +0 -1
- package/esm/operations/products.js +0 -403
- package/esm/operations/products.js.map +0 -1
- package/esm/operations/transactions.d.ts +0 -54
- package/esm/operations/transactions.d.ts.map +0 -1
- package/esm/operations/transactions.js +0 -83
- package/esm/operations/transactions.js.map +0 -1
- package/src/billingManagementClientContext.ts +0 -66
- package/src/models/addressMappers.ts +0 -15
- package/src/models/agreementsMappers.ts +0 -50
- package/src/models/availableBalancesMappers.ts +0 -49
- package/src/models/billingAccountsMappers.ts +0 -53
- package/src/models/billingPeriodsMappers.ts +0 -50
- package/src/models/billingPermissionsMappers.ts +0 -15
- package/src/models/billingProfilesMappers.ts +0 -51
- package/src/models/billingPropertyOperationsMappers.ts +0 -49
- package/src/models/billingRoleAssignmentsMappers.ts +0 -50
- package/src/models/billingRoleDefinitionsMappers.ts +0 -50
- package/src/models/billingSubscriptionsMappers.ts +0 -54
- package/src/models/customersMappers.ts +0 -50
- package/src/models/enrollmentAccountsMappers.ts +0 -50
- package/src/models/instructionsMappers.ts +0 -50
- package/src/models/invoiceSectionsMappers.ts +0 -51
- package/src/models/invoicesMappers.ts +0 -55
- package/src/models/operationsMappers.ts +0 -16
- package/src/models/policiesMappers.ts +0 -49
- package/src/models/productsMappers.ts +0 -54
- package/src/models/transactionsMappers.ts +0 -50
package/dist/arm-billing.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arm-billing.js","sources":["../node_modules/tslib/tslib.es6.js","../src/models/index.ts","../src/models/mappers.ts","../src/models/billingAccountsMappers.ts","../src/models/parameters.ts","../src/operations/billingAccounts.ts","../src/models/addressMappers.ts","../src/operations/address.ts","../src/models/availableBalancesMappers.ts","../src/operations/availableBalances.ts","../src/models/instructionsMappers.ts","../src/operations/instructions.ts","../src/models/billingProfilesMappers.ts","../src/operations/billingProfiles.ts","../src/models/customersMappers.ts","../src/operations/customers.ts","../src/models/invoiceSectionsMappers.ts","../src/operations/invoiceSections.ts","../src/models/billingPermissionsMappers.ts","../src/operations/billingPermissions.ts","../src/models/billingSubscriptionsMappers.ts","../src/operations/billingSubscriptions.ts","../src/models/productsMappers.ts","../src/operations/products.ts","../src/models/invoicesMappers.ts","../src/operations/invoices.ts","../src/models/transactionsMappers.ts","../src/operations/transactions.ts","../src/models/policiesMappers.ts","../src/operations/policies.ts","../src/models/billingPropertyOperationsMappers.ts","../src/operations/billingPropertyOperations.ts","../src/models/operationsMappers.ts","../src/operations/operations.ts","../src/models/billingRoleDefinitionsMappers.ts","../src/operations/billingRoleDefinitions.ts","../src/models/billingRoleAssignmentsMappers.ts","../src/operations/billingRoleAssignments.ts","../src/models/agreementsMappers.ts","../src/operations/agreements.ts","../src/models/enrollmentAccountsMappers.ts","../src/operations/enrollmentAccounts.ts","../src/models/billingPeriodsMappers.ts","../src/operations/billingPeriods.ts","../src/billingManagementClientContext.ts","../src/billingManagementClient.ts"],"sourcesContent":["/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport function __createBinding(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n}\r\n\r\nexport function __exportStar(m, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = m[p];\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n};\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = mod;\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { BaseResource, CloudError, AzureServiceClientOptions } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport { BaseResource, CloudError };\n\n/**\n * Details of the Azure plan.\n */\nexport interface AzurePlan {\n /**\n * The sku id.\n */\n skuId?: string;\n /**\n * The sku description.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly skuDescription?: string;\n}\n\n/**\n * Details of the reseller.\n */\nexport interface Reseller {\n /**\n * The MPN ID of the reseller.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resellerId?: string;\n /**\n * The name of the reseller.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n}\n\n/**\n * The Resource model definition.\n */\nexport interface Resource extends BaseResource {\n /**\n * Resource Id.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly id?: string;\n /**\n * Resource name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * Resource type.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly type?: string;\n}\n\n/**\n * A partner's customer.\n */\nexport interface Customer extends Resource {\n /**\n * The ID of the billing profile for the invoice section.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileId?: string;\n /**\n * The name of the billing profile for the invoice section.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileDisplayName?: string;\n /**\n * The name of the customer.\n */\n displayName?: string;\n /**\n * Azure plans enabled for the customer.\n */\n enabledAzurePlans?: AzurePlan[];\n /**\n * The list of resellers for which an Azure plan is enabled for the customer.\n */\n resellers?: Reseller[];\n}\n\n/**\n * Address details.\n */\nexport interface AddressDetails {\n /**\n * First name.\n */\n firstName?: string;\n /**\n * Last name.\n */\n lastName?: string;\n /**\n * Company name.\n */\n companyName?: string;\n /**\n * Address line 1.\n */\n addressLine1: string;\n /**\n * Address line 2.\n */\n addressLine2?: string;\n /**\n * Address line 3.\n */\n addressLine3?: string;\n /**\n * Address city.\n */\n city?: string;\n /**\n * Address district.\n */\n district?: string;\n /**\n * Address region.\n */\n region?: string;\n /**\n * Country code uses ISO2, 2-digit format.\n */\n country: string;\n /**\n * Postal code.\n */\n postalCode?: string;\n /**\n * Email address.\n */\n email?: string;\n /**\n * Phone number.\n */\n phoneNumber?: string;\n}\n\n/**\n * Result of the address validation\n */\nexport interface ValidateAddressResponse {\n /**\n * status of the address validation. Possible values include: 'Valid', 'Invalid'\n */\n status?: AddressValidationStatus;\n /**\n * The list of suggested addresses.\n */\n suggestedAddresses?: AddressDetails[];\n /**\n * Validation error message.\n */\n validationMessage?: string;\n}\n\n/**\n * The properties of the product to initiate a transfer.\n */\nexport interface TransferProductRequestProperties {\n /**\n * The destination invoice section id.\n */\n destinationInvoiceSectionId?: string;\n}\n\n/**\n * Request parameters to transfer billing subscription.\n */\nexport interface TransferBillingSubscriptionRequestProperties {\n /**\n * The destination invoice section id.\n */\n destinationInvoiceSectionId: string;\n}\n\n/**\n * Error details of the transfer eligibility validation\n */\nexport interface ValidateSubscriptionTransferEligibilityError {\n /**\n * Error code for the product transfer validation. Possible values include: 'InvalidSource',\n * 'SubscriptionNotActive', 'InsufficientPermissionOnSource',\n * 'InsufficientPermissionOnDestination', 'DestinationBillingProfilePastDue',\n * 'SubscriptionTypeNotSupported', 'CrossBillingAccountNotAllowed',\n * 'NotAvailableForDestinationMarket'\n */\n code?: SubscriptionTransferValidationErrorCode;\n /**\n * The error message.\n */\n message?: string;\n /**\n * Detailed error message explaining the error.\n */\n details?: string;\n}\n\n/**\n * Result of the transfer eligibility validation.\n */\nexport interface ValidateSubscriptionTransferEligibilityResult {\n /**\n * Specifies whether the subscription is eligible to be transferred.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isMoveEligible?: boolean;\n /**\n * Validation error details.\n */\n errorDetails?: ValidateSubscriptionTransferEligibilityError;\n}\n\n/**\n * The billing profile details of the partner of the customer for an indirect motion.\n */\nexport interface IndirectRelationshipInfo {\n /**\n * The billing account name of the partner or the customer for an indirect motion.\n */\n billingAccountName?: string;\n /**\n * The billing profile name of the partner or the customer for an indirect motion.\n */\n billingProfileName?: string;\n /**\n * The display name of the partner or customer for an indirect motion.\n */\n displayName?: string;\n}\n\n/**\n * An invoice section.\n */\nexport interface InvoiceSection extends Resource {\n /**\n * The name of the invoice section.\n */\n displayName?: string;\n /**\n * Dictionary of metadata associated with the invoice section.\n */\n labels?: { [propertyName: string]: string };\n /**\n * Identifies the state of an invoice section. Possible values include: 'Active', 'Restricted'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly state?: InvoiceSectionState;\n /**\n * The system generated unique identifier for an invoice section.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemId?: string;\n /**\n * Identifies the cloud environments that are associated with an invoice section. This is a\n * system managed optional field and gets updated as the invoice section gets associated with\n * accounts in various clouds. Possible values include: 'USGov', 'USNat', 'USSec'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly targetCloud?: TargetCloud;\n}\n\n/**\n * The invoice sections associated to the billing profile. By default this is not populated, unless\n * it's specified in $expand.\n */\nexport interface InvoiceSectionsOnExpand {\n /**\n * Indicates whether there are more invoice sections than the ones listed in this collection. The\n * collection lists a maximum of 50 invoice sections. To get all invoice sections, use the list\n * invoice sections API.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasMoreResults?: boolean;\n /**\n * The invoice sections associated to the billing profile.\n */\n value?: InvoiceSection[];\n}\n\n/**\n * A billing profile.\n */\nexport interface BillingProfile extends Resource {\n /**\n * The name of the billing profile.\n */\n displayName?: string;\n /**\n * The purchase order name that will appear on the invoices generated for the billing profile.\n */\n poNumber?: string;\n /**\n * Identifies which services and purchases are paid by a billing profile. Possible values\n * include: 'Direct', 'IndirectCustomer', 'IndirectPartner', 'CSPPartner'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingRelationshipType?: BillingRelationshipType;\n /**\n * Billing address.\n */\n billTo?: AddressDetails;\n /**\n * Identifies the billing profile that is linked to another billing profile in indirect purchase\n * motion.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly indirectRelationshipInfo?: IndirectRelationshipInfo;\n /**\n * Flag controlling whether the invoices for the billing profile are sent through email.\n */\n invoiceEmailOptIn?: boolean;\n /**\n * The day of the month when the invoice for the billing profile is generated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceDay?: number;\n /**\n * The currency in which the charges for the billing profile are billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currency?: string;\n /**\n * Information about the enabled azure plans.\n */\n enabledAzurePlans?: AzurePlan[];\n /**\n * The invoice sections associated to the billing profile. By default this is not populated,\n * unless it's specified in $expand.\n */\n invoiceSections?: InvoiceSectionsOnExpand;\n /**\n * Indicates whether user has read access to the billing profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasReadAccess?: boolean;\n /**\n * The system generated unique identifier for a billing profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly systemId?: string;\n /**\n * The status of the billing profile. Possible values include: 'Active', 'Disabled', 'Warned'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: BillingProfileStatus;\n /**\n * Reason for the specified billing profile status. Possible values include: 'PastDue',\n * 'SpendingLimitReached', 'SpendingLimitExpired'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly statusReasonCode?: StatusReasonCode;\n /**\n * The billing profile spending limit. Possible values include: 'Off', 'On'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly spendingLimit?: SpendingLimit;\n /**\n * Identifies the cloud environments that are associated with a billing profile. This is a system\n * managed optional field and gets updated as the billing profile gets associated with accounts\n * in various clouds.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly targetClouds?: TargetCloud[];\n}\n\n/**\n * The billing profiles associated with the billing account. By default this is not populated,\n * unless it's specified in $expand.\n */\nexport interface BillingProfilesOnExpand {\n /**\n * Indicates whether there are more billing profiles than the ones listed in this collection. The\n * collection lists a maximum of 50 billing profiles. To get all billing profiles, use the list\n * billing profiles API.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasMoreResults?: boolean;\n /**\n * The billing profiles associated with the billing account.\n */\n value?: BillingProfile[];\n}\n\n/**\n * The policies for Enterprise Agreement enrollments.\n */\nexport interface EnrollmentPolicies {\n /**\n * The policy that controls whether Account Owners can view charges.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountOwnerViewCharges?: boolean;\n /**\n * The policy that controls whether Department Administrators can view charges.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly departmentAdminViewCharges?: boolean;\n /**\n * The policy that controls whether Azure marketplace purchases are allowed in the enrollment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly marketplacesEnabled?: boolean;\n /**\n * The policy that controls whether Azure reservation purchases are allowed in the enrollment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reservedInstancesEnabled?: boolean;\n}\n\n/**\n * The properties of an enrollment.\n */\nexport interface Enrollment {\n /**\n * The start date of the enrollment.\n */\n startDate?: Date;\n /**\n * The end date of the enrollment.\n */\n endDate?: Date;\n /**\n * The billing currency for the enrollment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currency?: string;\n /**\n * The channel type of the enrollment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly channel?: string;\n /**\n * The policies for Enterprise Agreement enrollments.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly policies?: EnrollmentPolicies;\n /**\n * The language for the enrollment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly language?: string;\n /**\n * The country code of the enrollment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly countryCode?: string;\n /**\n * The current status of the enrollment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * The billing cycle for the enrollment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingCycle?: string;\n}\n\n/**\n * An enrollment account.\n */\nexport interface EnrollmentAccount extends Resource {\n /**\n * The name of the enrollment account.\n */\n accountName?: string;\n /**\n * The cost center associated with the enrollment account.\n */\n costCenter?: string;\n /**\n * The owner of the enrollment account.\n */\n accountOwner?: string;\n /**\n * The status of the enrollment account.\n */\n status?: string;\n /**\n * The start date of the enrollment account.\n */\n startDate?: Date;\n /**\n * The end date of the enrollment account.\n */\n endDate?: Date;\n /**\n * Associated department. By default this is not populated, unless it's specified in $expand.\n */\n department?: Department;\n}\n\n/**\n * A department.\n */\nexport interface Department extends Resource {\n /**\n * The name of the department.\n */\n departmentName?: string;\n /**\n * The cost center associated with the department.\n */\n costCenter?: string;\n /**\n * The status of the department.\n */\n status?: string;\n /**\n * Associated enrollment accounts. By default this is not populated, unless it's specified in\n * $expand.\n */\n enrollmentAccounts?: EnrollmentAccount[];\n}\n\n/**\n * A billing account.\n */\nexport interface BillingAccount extends Resource {\n /**\n * The billing account name.\n */\n displayName?: string;\n /**\n * The address of the individual or organization that is responsible for the billing account.\n */\n soldTo?: AddressDetails;\n /**\n * The type of agreement. Possible values include: 'MicrosoftCustomerAgreement',\n * 'EnterpriseAgreement', 'MicrosoftOnlineServicesProgram', 'MicrosoftPartnerAgreement'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly agreementType?: AgreementType;\n /**\n * The type of customer. Possible values include: 'Enterprise', 'Individual', 'Partner'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountType?: AccountType;\n /**\n * The current status of the billing account. Possible values include: 'Active', 'Deleted',\n * 'Disabled', 'Expired', 'Transferred', 'Extended', 'Terminated'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountStatus?: AccountStatus;\n /**\n * The billing profiles associated with the billing account. By default this is not populated,\n * unless it's specified in $expand.\n */\n billingProfiles?: BillingProfilesOnExpand;\n /**\n * The details about the associated legacy enrollment. By default this is not populated, unless\n * it's specified in $expand.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly enrollmentDetails?: Enrollment;\n /**\n * The departments associated to the enrollment.\n */\n departments?: Department[];\n /**\n * The accounts associated to the enrollment.\n */\n enrollmentAccounts?: EnrollmentAccount[];\n /**\n * Indicates whether user has read access to the billing account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasReadAccess?: boolean;\n}\n\n/**\n * The request properties of the billing account that can be updated.\n */\nexport interface BillingAccountUpdateRequest {\n /**\n * The billing account name.\n */\n displayName?: string;\n /**\n * The address of the individual or organization that is responsible for the billing account.\n */\n soldTo?: AddressDetails;\n /**\n * The type of agreement. Possible values include: 'MicrosoftCustomerAgreement',\n * 'EnterpriseAgreement', 'MicrosoftOnlineServicesProgram', 'MicrosoftPartnerAgreement'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly agreementType?: AgreementType;\n /**\n * The type of customer. Possible values include: 'Enterprise', 'Individual', 'Partner'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountType?: AccountType;\n /**\n * The current status of the billing account. Possible values include: 'Active', 'Deleted',\n * 'Disabled', 'Expired', 'Transferred', 'Extended', 'Terminated'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountStatus?: AccountStatus;\n /**\n * The billing profiles associated with the billing account. By default this is not populated,\n * unless it's specified in $expand.\n */\n billingProfiles?: BillingProfilesOnExpand;\n /**\n * The details about the associated legacy enrollment. By default this is not populated, unless\n * it's specified in $expand.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly enrollmentDetails?: Enrollment;\n /**\n * The departments associated to the enrollment.\n */\n departments?: Department[];\n /**\n * The accounts associated to the enrollment.\n */\n enrollmentAccounts?: EnrollmentAccount[];\n /**\n * Indicates whether user has read access to the billing account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly hasReadAccess?: boolean;\n}\n\n/**\n * A billing property.\n */\nexport interface BillingProperty extends Resource {\n /**\n * The email address on which the account admin gets all Azure notifications.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly accountAdminNotificationEmailAddress?: string;\n /**\n * The Azure AD tenant ID of the billing account for the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingTenantId?: string;\n /**\n * The ID of the billing account to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingAccountId?: string;\n /**\n * The name of the billing account to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingAccountDisplayName?: string;\n /**\n * The ID of the billing profile to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileId?: string;\n /**\n * The name of the billing profile to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileDisplayName?: string;\n /**\n * The status of the billing profile. Possible values include: 'Active', 'Disabled', 'Warned'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileStatus?: BillingProfileStatus;\n /**\n * Reason for the specified billing profile status. Possible values include: 'PastDue',\n * 'SpendingLimitReached', 'SpendingLimitExpired'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileStatusReasonCode?: BillingProfileStatusReasonCode;\n /**\n * The billing profile spending limit. Possible values include: 'Off', 'On'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileSpendingLimit?: BillingProfileSpendingLimit;\n /**\n * The cost center applied to the subscription.\n */\n costCenter?: string;\n /**\n * The ID of the invoice section to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionId?: string;\n /**\n * The name of the invoice section to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionDisplayName?: string;\n /**\n * Indicates whether user is the account admin.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isAccountAdmin?: boolean;\n /**\n * The product ID of the Azure plan.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productId?: string;\n /**\n * The product name of the Azure plan.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productName?: string;\n /**\n * The sku ID of the Azure plan for the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly skuId?: string;\n /**\n * The sku description of the Azure plan for the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly skuDescription?: string;\n}\n\n/**\n * An instruction.\n */\nexport interface Instruction extends Resource {\n /**\n * The amount budgeted for this billing instruction.\n */\n amount: number;\n /**\n * The date this billing instruction goes into effect.\n */\n startDate: Date;\n /**\n * The date this billing instruction is no longer in effect.\n */\n endDate: Date;\n /**\n * The date this billing instruction was created.\n */\n creationDate?: Date;\n}\n\n/**\n * The request parameters for creating a new billing profile.\n */\nexport interface BillingProfileCreationRequest {\n /**\n * The name of the billing profile.\n */\n displayName?: string;\n /**\n * The purchase order name that will appear on the invoices generated for the billing profile.\n */\n poNumber?: string;\n /**\n * The address of the individual or organization that is responsible for the billing profile.\n */\n billTo?: AddressDetails;\n /**\n * Flag controlling whether the invoices for the billing profile are sent through email.\n */\n invoiceEmailOptIn?: boolean;\n /**\n * Enabled azure plans for the billing profile.\n */\n enabledAzurePlans?: AzurePlan[];\n}\n\n/**\n * The properties of the invoice section.\n */\nexport interface InvoiceSectionCreationRequest {\n /**\n * The name of the invoice section.\n */\n displayName?: string;\n}\n\n/**\n * Invoice section properties with create subscription permission.\n */\nexport interface InvoiceSectionWithCreateSubPermission {\n /**\n * The ID of the invoice section.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionId?: string;\n /**\n * The name of the invoice section.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionDisplayName?: string;\n /**\n * The system generated unique identifier for an invoice section.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionSystemId?: string;\n /**\n * The ID of the billing profile for the invoice section.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileId?: string;\n /**\n * The name of the billing profile for the invoice section.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileDisplayName?: string;\n /**\n * The status of the billing profile. Possible values include: 'Active', 'Disabled', 'Warned'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileStatus?: BillingProfileStatus;\n /**\n * Reason for the specified billing profile status. Possible values include: 'PastDue',\n * 'SpendingLimitReached', 'SpendingLimitExpired'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileStatusReasonCode?: StatusReasonCodeForBillingProfile;\n /**\n * The billing profile spending limit. Possible values include: 'Off', 'On'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileSpendingLimit?: SpendingLimitForBillingProfile;\n /**\n * The system generated unique identifier for a billing profile.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileSystemId?: string;\n /**\n * Enabled azure plans for the associated billing profile.\n */\n enabledAzurePlans?: AzurePlan[];\n}\n\n/**\n * A secure URL that can be used to download a an entity until the URL expires.\n */\nexport interface DownloadUrl {\n /**\n * The time in UTC when the download URL will expire.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly expiryTime?: Date;\n /**\n * The URL to the PDF file.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly url?: string;\n}\n\n/**\n * An interface representing ErrorSubDetailsItem.\n */\nexport interface ErrorSubDetailsItem {\n /**\n * Error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * Error message indicating why the operation failed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The target of the particular error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n}\n\n/**\n * The details of the error.\n */\nexport interface ErrorDetails {\n /**\n * Error code.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly code?: string;\n /**\n * Error message indicating why the operation failed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly message?: string;\n /**\n * The target of the particular error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly target?: string;\n /**\n * The sub details of the error.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly details?: ErrorSubDetailsItem[];\n}\n\n/**\n * Error response indicates that the service is not able to process the incoming request. The\n * reason is provided in the error message.\n */\nexport interface ErrorResponse {\n /**\n * The details of the error.\n */\n error?: ErrorDetails;\n}\n\n/**\n * The amount.\n */\nexport interface Amount {\n /**\n * The currency for the amount value.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly currency?: string;\n /**\n * Amount value.\n */\n value?: number;\n}\n\n/**\n * The properties of a document.\n */\nexport interface Document {\n /**\n * The type of the document. Possible values include: 'Invoice', 'VoidNote', 'TaxReceipt',\n * 'CreditNote'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly kind?: DocumentType;\n /**\n * Document URL.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly url?: string;\n /**\n * The source of the document. ENF for Brazil and DRS for rest of the world. Possible values\n * include: 'DRS', 'ENF'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly source?: DocumentSource;\n}\n\n/**\n * The properties of a payment.\n */\nexport interface PaymentProperties {\n /**\n * The type of payment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly paymentType?: string;\n /**\n * The paid amount.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly amount?: Amount;\n /**\n * The date when the payment was made.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly date?: Date;\n /**\n * The family of payment method. Possible values include: 'Credits', 'CheckWire', 'CreditCard',\n * 'None'\n */\n paymentMethodFamily?: PaymentMethodFamily;\n /**\n * The type of payment method.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly paymentMethodType?: string;\n}\n\n/**\n * The rebill details of an invoice.\n */\nexport interface RebillDetails {\n /**\n * The ID of credit note.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creditNoteDocumentId?: string;\n /**\n * The ID of invoice.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceDocumentId?: string;\n /**\n * Rebill details for an invoice.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly rebillDetails?: { [propertyName: string]: RebillDetails };\n}\n\n/**\n * An invoice.\n */\nexport interface Invoice extends Resource {\n /**\n * The due date for the invoice.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly dueDate?: Date;\n /**\n * The date when the invoice was generated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceDate?: Date;\n /**\n * The current status of the invoice. Possible values include: 'Due', 'OverDue', 'Paid', 'Void'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: InvoiceStatus;\n /**\n * The amount due as of now.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly amountDue?: Amount;\n /**\n * The amount of Azure prepayment applied to the charges. This field is applicable to billing\n * accounts with agreement type Microsoft Customer Agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly azurePrepaymentApplied?: Amount;\n /**\n * The total charges for the invoice billing period.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billedAmount?: Amount;\n /**\n * The total refund for returns and cancellations during the invoice billing period. This field\n * is applicable to billing accounts with agreement type Microsoft Customer Agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creditAmount?: Amount;\n /**\n * The amount of free Azure credits applied to the charges. This field is applicable to billing\n * accounts with agreement type Microsoft Customer Agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly freeAzureCreditApplied?: Amount;\n /**\n * The pre-tax amount due. This field is applicable to billing accounts with agreement type\n * Microsoft Customer Agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subTotal?: Amount;\n /**\n * The amount of tax charged for the billing period. This field is applicable to billing accounts\n * with agreement type Microsoft Customer Agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly taxAmount?: Amount;\n /**\n * The amount due when the invoice was generated. This field is applicable to billing accounts\n * with agreement type Microsoft Customer Agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly totalAmount?: Amount;\n /**\n * The start date of the billing period for which the invoice is generated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoicePeriodStartDate?: Date;\n /**\n * The end date of the billing period for which the invoice is generated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoicePeriodEndDate?: Date;\n /**\n * Invoice type. Possible values include: 'AzureService', 'AzureMarketplace', 'AzureSupport'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceType?: InvoiceType;\n /**\n * Specifies if the invoice is generated as part of monthly invoicing cycle or not. This field is\n * applicable to billing accounts with agreement type Microsoft Customer Agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isMonthlyInvoice?: boolean;\n /**\n * The ID of the billing profile for which the invoice is generated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileId?: string;\n /**\n * The name of the billing profile for which the invoice is generated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileDisplayName?: string;\n /**\n * An optional purchase order number for the invoice.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly purchaseOrderNumber?: string;\n /**\n * List of documents available to download such as invoice and tax receipt.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly documents?: Document[];\n /**\n * List of payments.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly payments?: PaymentProperties[];\n /**\n * Rebill details for an invoice.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly rebillDetails?: { [propertyName: string]: RebillDetails };\n /**\n * The type of the document. Possible values include: 'Invoice', 'CreditNote'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly documentType?: InvoiceDocumentType;\n /**\n * The Id of the active invoice which is originally billed after this invoice was voided. This\n * field is applicable to the void invoices only.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billedDocumentId?: string;\n /**\n * The Id of the invoice which got voided and this credit note was issued as a result. This field\n * is applicable to the credit notes only.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly creditForDocumentId?: string;\n /**\n * The ID of the subscription for which the invoice is generated.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subscriptionId?: string;\n}\n\n/**\n * A product.\n */\nexport interface Product extends Resource {\n /**\n * Indicates whether auto renewal is turned on or off for a product. Possible values include:\n * 'Off', 'On'\n */\n autoRenew?: AutoRenew;\n /**\n * The display name of the product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly displayName?: string;\n /**\n * The date when the product was purchased.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly purchaseDate?: Date;\n /**\n * The ID of the type of product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productTypeId?: string;\n /**\n * The description of the type of product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productType?: string;\n /**\n * The current status of the product. Possible values include: 'Active', 'Inactive', 'PastDue',\n * 'Expiring', 'Expired', 'Disabled', 'Cancelled', 'AutoRenew'\n */\n status?: ProductStatusType;\n /**\n * The date when the product will be renewed or canceled.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly endDate?: Date;\n /**\n * The frequency at which the product will be billed. Possible values include: 'OneTime',\n * 'Monthly', 'UsageBased'\n */\n billingFrequency?: BillingFrequency;\n /**\n * The last month charges.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastCharge?: Amount;\n /**\n * The date of the last charge.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastChargeDate?: Date;\n /**\n * The quantity purchased for the product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly quantity?: number;\n /**\n * The sku ID of the product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly skuId?: string;\n /**\n * The sku description of the product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly skuDescription?: string;\n /**\n * The id of the tenant in which the product is used.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tenantId?: string;\n /**\n * The availability of the product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly availabilityId?: string;\n /**\n * The ID of the invoice section to which the product is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionId?: string;\n /**\n * The name of the invoice section to which the product is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionDisplayName?: string;\n /**\n * The ID of the billing profile to which the product is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileId?: string;\n /**\n * The name of the billing profile to which the product is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileDisplayName?: string;\n /**\n * The ID of the customer for whom the product was purchased. The field is applicable only for\n * Microsoft Partner Agreement billing account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly customerId?: string;\n /**\n * The name of the customer for whom the product was purchased. The field is applicable only for\n * Microsoft Partner Agreement billing account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly customerDisplayName?: string;\n /**\n * Reseller for this product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reseller?: Reseller;\n}\n\n/**\n * Error details of the product transfer eligibility validation.\n */\nexport interface ValidateProductTransferEligibilityError {\n /**\n * Error code for the product transfer validation. Possible values include: 'InvalidSource',\n * 'ProductNotActive', 'InsufficientPermissionOnSource', 'InsufficientPermissionOnDestination',\n * 'DestinationBillingProfilePastDue', 'ProductTypeNotSupported',\n * 'CrossBillingAccountNotAllowed', 'NotAvailableForDestinationMarket',\n * 'OneTimePurchaseProductTransferNotAllowed'\n */\n code?: ProductTransferValidationErrorCode;\n /**\n * The error message.\n */\n message?: string;\n /**\n * Detailed error message explaining the error.\n */\n details?: string;\n}\n\n/**\n * Result of the product transfer eligibility validation.\n */\nexport interface ValidateProductTransferEligibilityResult {\n /**\n * Specifies whether the transfer is eligible or not.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly isMoveEligible?: boolean;\n /**\n * Validation error details.\n */\n errorDetails?: ValidateProductTransferEligibilityError;\n}\n\n/**\n * A billing subscription.\n */\nexport interface BillingSubscription extends Resource {\n /**\n * The name of the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly displayName?: string;\n /**\n * The ID of the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subscriptionId?: string;\n /**\n * The current billing status of the subscription. Possible values include: 'Active', 'Inactive',\n * 'Abandoned', 'Deleted', 'Warning'\n */\n subscriptionBillingStatus?: BillingSubscriptionStatusType;\n /**\n * The last month charges.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly lastMonthCharges?: Amount;\n /**\n * The current month to date charges.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly monthToDateCharges?: Amount;\n /**\n * The ID of the billing profile to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileId?: string;\n /**\n * The name of the billing profile to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileDisplayName?: string;\n /**\n * The cost center applied to the subscription.\n */\n costCenter?: string;\n /**\n * The ID of the customer for whom the subscription was created. The field is applicable only for\n * Microsoft Partner Agreement billing account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly customerId?: string;\n /**\n * The name of the customer for whom the subscription was created. The field is applicable only\n * for Microsoft Partner Agreement billing account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly customerDisplayName?: string;\n /**\n * The ID of the invoice section to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionId?: string;\n /**\n * The name of the invoice section to which the subscription is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionDisplayName?: string;\n /**\n * Reseller for this subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly reseller?: Reseller;\n /**\n * The sku ID of the Azure plan for the subscription.\n */\n skuId?: string;\n /**\n * The sku description of the Azure plan for the subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly skuDescription?: string;\n}\n\n/**\n * The enrollment account context\n */\nexport interface EnrollmentAccountContext {\n /**\n * The cost center associated with the enrollment account.\n */\n costCenter?: string;\n /**\n * The start date of the enrollment account.\n */\n startDate?: Date;\n /**\n * The end date of the enrollment account.\n */\n endDate?: Date;\n /**\n * The ID of the enrollment account.\n */\n enrollmentAccountName?: string;\n}\n\n/**\n * A transaction.\n */\nexport interface Transaction extends Resource {\n /**\n * The kind of transaction. Options are all or reservation. Possible values include: 'all',\n * 'reservation'\n */\n kind?: TransactionTypeKind;\n /**\n * The date of transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly date?: Date;\n /**\n * Invoice on which the transaction was billed or 'pending' if the transaction is not billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoice?: string;\n /**\n * The ID of the invoice on which the transaction was billed. This field is only applicable for\n * transactions which are billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceId?: string;\n /**\n * The order ID of the reservation. The field is only applicable for transaction of kind\n * reservation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly orderId?: string;\n /**\n * The name of the reservation order. The field is only applicable for transactions of kind\n * reservation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly orderName?: string;\n /**\n * The family of the product for which the transaction took place.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productFamily?: string;\n /**\n * The ID of the product type for which the transaction took place.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productTypeId?: string;\n /**\n * The type of the product for which the transaction took place.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productType?: string;\n /**\n * The description of the product for which the transaction took place.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly productDescription?: string;\n /**\n * The type of transaction. Possible values include: 'Purchase', 'Usage Charge'\n */\n transactionType?: ReservationType;\n /**\n * The charge associated with the transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly transactionAmount?: Amount;\n /**\n * The quantity purchased in the transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly quantity?: number;\n /**\n * The ID of the invoice section which will be billed for the transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionId?: string;\n /**\n * The name of the invoice section which will be billed for the transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceSectionDisplayName?: string;\n /**\n * The ID of the billing profile which will be billed for the transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileId?: string;\n /**\n * The name of the billing profile which will be billed for the transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingProfileDisplayName?: string;\n /**\n * The ID of the customer for which the transaction took place. The field is applicable only for\n * Microsoft Partner Agreement billing account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly customerId?: string;\n /**\n * The name of the customer for which the transaction took place. The field is applicable only\n * for Microsoft Partner Agreement billing account.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly customerDisplayName?: string;\n /**\n * The ID of the subscription that was used for the transaction. The field is only applicable for\n * transaction of kind reservation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subscriptionId?: string;\n /**\n * The name of the subscription that was used for the transaction. The field is only applicable\n * for transaction of kind reservation.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subscriptionName?: string;\n /**\n * The type of azure plan of the subscription that was used for the transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly azurePlan?: string;\n /**\n * The amount of any Azure credits automatically applied to this transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly azureCreditApplied?: Amount;\n /**\n * The ISO 4217 code for the currency in which this transaction is billed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingCurrency?: string;\n /**\n * The percentage discount, if any, applied to this transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly discount?: number;\n /**\n * The price of the product after applying any discounts.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly effectivePrice?: Amount;\n /**\n * The exchange rate used to convert charged amount to billing currency, if applicable.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly exchangeRate?: number;\n /**\n * The retail price of the product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly marketPrice?: Amount;\n /**\n * The ISO 4217 code for the currency in which the product is priced.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly pricingCurrency?: string;\n /**\n * The date of the purchase of the product, or the start date of the month in which usage\n * started.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly servicePeriodStartDate?: Date;\n /**\n * The end date of the product term, or the end date of the month in which usage ended.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly servicePeriodEndDate?: Date;\n /**\n * The pre-tax charged amount for the transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly subTotal?: Amount;\n /**\n * The tax amount applied to the transaction.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly tax?: Amount;\n /**\n * The unit of measure used to bill for the product. For example, compute services are billed per\n * hour.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly unitOfMeasure?: string;\n /**\n * The number of units used for a given product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly units?: number;\n /**\n * The description for the unit of measure for a given product.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly unitType?: string;\n}\n\n/**\n * A policy.\n */\nexport interface Policy extends Resource {\n /**\n * The policy that controls whether Azure marketplace purchases are allowed for a billing\n * profile. Possible values include: 'AllAllowed', 'OnlyFreeAllowed', 'NotAllowed'\n */\n marketplacePurchases?: MarketplacePurchasesPolicy;\n /**\n * The policy that controls whether Azure reservation purchases are allowed for a billing\n * profile. Possible values include: 'Allowed', 'NotAllowed'\n */\n reservationPurchases?: ReservationPurchasesPolicy;\n /**\n * The policy that controls whether users with Azure RBAC access to a subscription can view its\n * charges. Possible values include: 'Allowed', 'NotAllowed'\n */\n viewCharges?: ViewChargesPolicy;\n}\n\n/**\n * The customer's Policy.\n */\nexport interface CustomerPolicy extends Resource {\n /**\n * The policy that controls whether the users in customer's organization can view charges at\n * pay-as-you-go prices. Possible values include: 'Allowed', 'NotAllowed'\n */\n viewCharges?: ViewCharges;\n}\n\n/**\n * The latest Azure credit balance. This is the balance available for pay now.\n */\nexport interface AvailableBalance extends Resource {\n /**\n * Balance amount.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly amount?: Amount;\n}\n\n/**\n * The object that represents the operation.\n */\nexport interface OperationDisplay {\n /**\n * Service provider: Microsoft.Billing.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly provider?: string;\n /**\n * Resource on which the operation is performed such as invoice and billing subscription.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly resource?: string;\n /**\n * Operation type such as read, write and delete.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly operation?: string;\n}\n\n/**\n * A Billing REST API operation.\n */\nexport interface Operation {\n /**\n * Operation name: {provider}/{resource}/{operation}.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly name?: string;\n /**\n * The object that represents the operation.\n */\n display?: OperationDisplay;\n}\n\n/**\n * The role assignment\n */\nexport interface BillingRoleAssignment extends Resource {\n /**\n * The date the role assignment was created.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdOn?: string;\n /**\n * The tenant Id of the user who created the role assignment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdByPrincipalTenantId?: string;\n /**\n * The principal Id of the user who created the role assignment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdByPrincipalId?: string;\n /**\n * The email address of the user who created the role assignment.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly createdByUserEmailAddress?: string;\n /**\n * The principal id of the user to whom the role was assigned.\n */\n principalId?: string;\n /**\n * The principal tenant id of the user to whom the role was assigned.\n */\n principalTenantId?: string;\n /**\n * The ID of the role definition.\n */\n roleDefinitionId?: string;\n /**\n * The scope at which the role was assigned.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly scope?: string;\n /**\n * The authentication type.\n */\n userAuthenticationType?: string;\n /**\n * The email address of the user.\n */\n userEmailAddress?: string;\n}\n\n/**\n * The set of allowed action and not allowed actions a caller has on a billing account\n */\nexport interface BillingPermissionsProperties {\n /**\n * The set of actions that the caller is allowed to perform.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly actions?: string[];\n /**\n * The set of actions that the caller is not allowed to perform.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly notActions?: string[];\n}\n\n/**\n * The properties of a role definition.\n */\nexport interface BillingRoleDefinition extends Resource {\n /**\n * The role description\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly description?: string;\n /**\n * The billingPermissions the role has\n */\n permissions?: BillingPermissionsProperties[];\n /**\n * The name of the role\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly roleName?: string;\n}\n\n/**\n * The details about a participant.\n */\nexport interface Participants {\n /**\n * The acceptance status of the participant.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n /**\n * The date when the status got changed.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly statusDate?: Date;\n /**\n * The email address of the participant.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly email?: string;\n}\n\n/**\n * An agreement.\n */\nexport interface Agreement extends Resource {\n /**\n * The URL to download the agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly agreementLink?: string;\n /**\n * The category of the agreement signed by a customer. Possible values include:\n * 'MicrosoftCustomerAgreement', 'AffiliatePurchaseTerms', 'Other'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly category?: Category;\n /**\n * The mode of acceptance for an agreement. Possible values include: 'ClickToAccept',\n * 'ESignEmbedded', 'ESignOffline'\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly acceptanceMode?: AcceptanceMode;\n /**\n * The date from which the agreement is effective.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly effectiveDate?: Date;\n /**\n * The date when the agreement expires.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly expirationDate?: Date;\n /**\n * The list of participants that participates in acceptance of an agreement.\n */\n participants?: Participants[];\n /**\n * The current status of the agreement.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly status?: string;\n}\n\n/**\n * An enrollment account resource.\n */\nexport interface EnrollmentAccountSummary extends Resource {\n /**\n * The account owner's principal name.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly principalName?: string;\n}\n\n/**\n * A billing period resource.\n */\nexport interface BillingPeriod extends Resource {\n /**\n * The start of the date range covered by the billing period.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingPeriodStartDate?: Date;\n /**\n * The end of the date range covered by the billing period.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly billingPeriodEndDate?: Date;\n /**\n * Array of invoice ids that associated with.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly invoiceIds?: string[];\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BillingAccountsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to expand the soldTo, invoice sections and billing profiles.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BillingAccountsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to expand the soldTo, invoice sections and billing profiles.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BillingProfilesListByBillingAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to expand the invoice sections.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BillingProfilesGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to expand the invoice sections.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CustomersListByBillingProfileOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Used for searching customers by their name. Any customer with name containing the search text\n * will be included in the response\n */\n search?: string;\n /**\n * May be used to filter the list of customers.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CustomersListByBillingAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * Used for searching customers by their name. Any customer with name containing the search text\n * will be included in the response\n */\n search?: string;\n /**\n * May be used to filter the list of customers.\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface CustomersGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to expand enabledAzurePlans and resellers\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ProductsListByBillingAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to filter by product type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and\n * 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair\n * string where key and value are separated by a colon (:).\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ProductsListByBillingProfileOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to filter by product type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and\n * 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair\n * string where key and value are separated by a colon (:).\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ProductsListByInvoiceSectionOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to filter by product type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and\n * 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair\n * string where key and value are separated by a colon (:).\n */\n filter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ProductsMoveOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The destination invoice section id.\n */\n destinationInvoiceSectionId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface ProductsValidateMoveOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The destination invoice section id.\n */\n destinationInvoiceSectionId?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface PoliciesUpdateCustomerOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The policy that controls whether the users in customer's organization can view charges at\n * pay-as-you-go prices. Possible values include: 'Allowed', 'NotAllowed'\n */\n viewCharges?: ViewCharges;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BillingPropertyUpdateOptionalParams extends msRest.RequestOptionsBase {\n /**\n * The cost center applied to the subscription.\n */\n costCenter?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AgreementsListByBillingAccountOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to expand the participants.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface AgreementsGetOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to expand the participants.\n */\n expand?: string;\n}\n\n/**\n * Optional Parameters.\n */\nexport interface BillingPeriodsListOptionalParams extends msRest.RequestOptionsBase {\n /**\n * May be used to filter billing periods by billingPeriodEndDate. The filter supports 'eq', 'lt',\n * 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'.\n */\n filter?: string;\n /**\n * Skiptoken is only used if a previous operation returned a partial result. If a previous\n * response contains a nextLink element, the value of the nextLink element will include a\n * skiptoken parameter that specifies a starting point to use for subsequent calls.\n */\n skiptoken?: string;\n /**\n * May be used to limit the number of results to the most recent N billing periods.\n */\n top?: number;\n}\n\n/**\n * An interface representing BillingManagementClientOptions.\n */\nexport interface BillingManagementClientOptions extends AzureServiceClientOptions {\n baseUri?: string;\n}\n\n/**\n * Defines headers for CreateOrUpdate operation.\n */\nexport interface BillingProfilesCreateOrUpdateHeaders {\n /**\n * Location URI to poll for result\n */\n location: string;\n /**\n * Recommended time to wait before making another request to check the status of the operation.\n * The time is specified in seconds.\n */\n retryAfter: number;\n}\n\n/**\n * Defines headers for CreateOrUpdate operation.\n */\nexport interface InvoiceSectionsCreateOrUpdateHeaders {\n /**\n * Location URI to poll for result\n */\n location: string;\n /**\n * Recommended time to wait before making another request to check the status of the operation.\n * The time is specified in seconds.\n */\n retryAfter: number;\n}\n\n/**\n * Defines headers for DownloadInvoice operation.\n */\nexport interface InvoicesDownloadInvoiceHeaders {\n /**\n * GET this URL to retrieve the status of the asynchronous operation.\n */\n location: string;\n /**\n * The amount of delay to use while the status of the operation is checked. The value is\n * expressed in seconds.\n */\n retryAfter: string;\n}\n\n/**\n * Defines headers for DownloadMultipleModernInvoice operation.\n */\nexport interface InvoicesDownloadMultipleModernInvoiceHeaders {\n /**\n * GET this URL to retrieve the status of the asynchronous operation.\n */\n location: string;\n /**\n * The amount of delay to use while the status of the operation is checked. The value is\n * expressed in seconds.\n */\n retryAfter: string;\n}\n\n/**\n * Defines headers for DownloadBillingSubscriptionInvoice operation.\n */\nexport interface InvoicesDownloadBillingSubscriptionInvoiceHeaders {\n /**\n * GET this URL to retrieve the status of the asynchronous operation.\n */\n location: string;\n /**\n * The amount of delay to use while the status of the operation is checked. The value is\n * expressed in seconds.\n */\n retryAfter: string;\n}\n\n/**\n * Defines headers for DownloadMultipleBillingSubscriptionInvoice operation.\n */\nexport interface InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders {\n /**\n * GET this URL to retrieve the status of the asynchronous operation.\n */\n location: string;\n /**\n * The amount of delay to use while the status of the operation is checked. The value is\n * expressed in seconds.\n */\n retryAfter: string;\n}\n\n/**\n * Defines headers for Move operation.\n */\nexport interface BillingSubscriptionsMoveHeaders {\n /**\n * Location URI to poll for result.\n */\n location: string;\n /**\n * Recommended time to wait before making another request to check the status of the operation.\n * The time is specified in seconds.\n */\n retryAfter: number;\n}\n\n/**\n * Defines headers for Move operation.\n */\nexport interface ProductsMoveHeaders {\n /**\n * Location URI to poll for result\n */\n location: string;\n /**\n * Recommended time to wait before making another request to check the status of the operation.\n * The time is specified in seconds.\n */\n retryAfter: number;\n}\n\n/**\n * @interface\n * The list of billing accounts.\n * @extends Array<BillingAccount>\n */\nexport interface BillingAccountListResult extends Array<BillingAccount> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of invoice section properties with create subscription permission.\n * @extends Array<InvoiceSectionWithCreateSubPermission>\n */\nexport interface InvoiceSectionListWithCreateSubPermissionResult extends Array<InvoiceSectionWithCreateSubPermission> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of billing instructions used during invoice generation.\n * @extends Array<Instruction>\n */\nexport interface InstructionListResult extends Array<Instruction> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of billing profiles.\n * @extends Array<BillingProfile>\n */\nexport interface BillingProfileListResult extends Array<BillingProfile> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of customers.\n * @extends Array<Customer>\n */\nexport interface CustomerListResult extends Array<Customer> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of invoice sections.\n * @extends Array<InvoiceSection>\n */\nexport interface InvoiceSectionListResult extends Array<InvoiceSection> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of list billingPermissions a caller has on a billing account.\n * @extends Array<BillingPermissionsProperties>\n */\nexport interface BillingPermissionsListResult extends Array<BillingPermissionsProperties> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of billing subscriptions.\n * @extends Array<BillingSubscription>\n */\nexport interface BillingSubscriptionsListResult extends Array<BillingSubscription> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of products. It contains a list of available product summaries in reverse chronological\n * order by purchase date.\n * @extends Array<Product>\n */\nexport interface ProductsListResult extends Array<Product> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of invoices.\n * @extends Array<Invoice>\n */\nexport interface InvoiceListResult extends Array<Invoice> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of transactions.\n * @extends Array<Transaction>\n */\nexport interface TransactionListResult extends Array<Transaction> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of billing operations and a URL link to get the next set of results.\n * @extends Array<Operation>\n */\nexport interface OperationListResult extends Array<Operation> {\n /**\n * URL to get the next set of operation list results if there are any.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of role definitions.\n * @extends Array<BillingRoleDefinition>\n */\nexport interface BillingRoleDefinitionListResult extends Array<BillingRoleDefinition> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * The list of role assignments.\n * @extends Array<BillingRoleAssignment>\n */\nexport interface BillingRoleAssignmentListResult extends Array<BillingRoleAssignment> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of listing agreements.\n * @extends Array<Agreement>\n */\nexport interface AgreementListResult extends Array<Agreement> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of listing enrollment accounts.\n * @extends Array<EnrollmentAccountSummary>\n */\nexport interface EnrollmentAccountListResult extends Array<EnrollmentAccountSummary> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * @interface\n * Result of listing billing periods. It contains a list of available billing periods in reverse\n * chronological order.\n * @extends Array<BillingPeriod>\n */\nexport interface BillingPeriodsListResult extends Array<BillingPeriod> {\n /**\n * The link (url) to the next page of results.\n * **NOTE: This property will not be serialized. It can only be populated by the server.**\n */\n readonly nextLink?: string;\n}\n\n/**\n * Defines values for AddressValidationStatus.\n * Possible values include: 'Valid', 'Invalid'\n * @readonly\n * @enum {string}\n */\nexport type AddressValidationStatus = 'Valid' | 'Invalid';\n\n/**\n * Defines values for SubscriptionTransferValidationErrorCode.\n * Possible values include: 'InvalidSource', 'SubscriptionNotActive',\n * 'InsufficientPermissionOnSource', 'InsufficientPermissionOnDestination',\n * 'DestinationBillingProfilePastDue', 'SubscriptionTypeNotSupported',\n * 'CrossBillingAccountNotAllowed', 'NotAvailableForDestinationMarket'\n * @readonly\n * @enum {string}\n */\nexport type SubscriptionTransferValidationErrorCode = 'InvalidSource' | 'SubscriptionNotActive' | 'InsufficientPermissionOnSource' | 'InsufficientPermissionOnDestination' | 'DestinationBillingProfilePastDue' | 'SubscriptionTypeNotSupported' | 'CrossBillingAccountNotAllowed' | 'NotAvailableForDestinationMarket';\n\n/**\n * Defines values for AgreementType.\n * Possible values include: 'MicrosoftCustomerAgreement', 'EnterpriseAgreement',\n * 'MicrosoftOnlineServicesProgram', 'MicrosoftPartnerAgreement'\n * @readonly\n * @enum {string}\n */\nexport type AgreementType = 'MicrosoftCustomerAgreement' | 'EnterpriseAgreement' | 'MicrosoftOnlineServicesProgram' | 'MicrosoftPartnerAgreement';\n\n/**\n * Defines values for AccountType.\n * Possible values include: 'Enterprise', 'Individual', 'Partner'\n * @readonly\n * @enum {string}\n */\nexport type AccountType = 'Enterprise' | 'Individual' | 'Partner';\n\n/**\n * Defines values for AccountStatus.\n * Possible values include: 'Active', 'Deleted', 'Disabled', 'Expired', 'Transferred', 'Extended',\n * 'Terminated'\n * @readonly\n * @enum {string}\n */\nexport type AccountStatus = 'Active' | 'Deleted' | 'Disabled' | 'Expired' | 'Transferred' | 'Extended' | 'Terminated';\n\n/**\n * Defines values for BillingRelationshipType.\n * Possible values include: 'Direct', 'IndirectCustomer', 'IndirectPartner', 'CSPPartner'\n * @readonly\n * @enum {string}\n */\nexport type BillingRelationshipType = 'Direct' | 'IndirectCustomer' | 'IndirectPartner' | 'CSPPartner';\n\n/**\n * Defines values for InvoiceSectionState.\n * Possible values include: 'Active', 'Restricted'\n * @readonly\n * @enum {string}\n */\nexport type InvoiceSectionState = 'Active' | 'Restricted';\n\n/**\n * Defines values for TargetCloud.\n * Possible values include: 'USGov', 'USNat', 'USSec'\n * @readonly\n * @enum {string}\n */\nexport type TargetCloud = 'USGov' | 'USNat' | 'USSec';\n\n/**\n * Defines values for BillingProfileStatus.\n * Possible values include: 'Active', 'Disabled', 'Warned'\n * @readonly\n * @enum {string}\n */\nexport type BillingProfileStatus = 'Active' | 'Disabled' | 'Warned';\n\n/**\n * Defines values for StatusReasonCode.\n * Possible values include: 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'\n * @readonly\n * @enum {string}\n */\nexport type StatusReasonCode = 'PastDue' | 'SpendingLimitReached' | 'SpendingLimitExpired';\n\n/**\n * Defines values for SpendingLimit.\n * Possible values include: 'Off', 'On'\n * @readonly\n * @enum {string}\n */\nexport type SpendingLimit = 'Off' | 'On';\n\n/**\n * Defines values for BillingProfileStatusReasonCode.\n * Possible values include: 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'\n * @readonly\n * @enum {string}\n */\nexport type BillingProfileStatusReasonCode = 'PastDue' | 'SpendingLimitReached' | 'SpendingLimitExpired';\n\n/**\n * Defines values for BillingProfileSpendingLimit.\n * Possible values include: 'Off', 'On'\n * @readonly\n * @enum {string}\n */\nexport type BillingProfileSpendingLimit = 'Off' | 'On';\n\n/**\n * Defines values for StatusReasonCodeForBillingProfile.\n * Possible values include: 'PastDue', 'SpendingLimitReached', 'SpendingLimitExpired'\n * @readonly\n * @enum {string}\n */\nexport type StatusReasonCodeForBillingProfile = 'PastDue' | 'SpendingLimitReached' | 'SpendingLimitExpired';\n\n/**\n * Defines values for SpendingLimitForBillingProfile.\n * Possible values include: 'Off', 'On'\n * @readonly\n * @enum {string}\n */\nexport type SpendingLimitForBillingProfile = 'Off' | 'On';\n\n/**\n * Defines values for InvoiceStatus.\n * Possible values include: 'Due', 'OverDue', 'Paid', 'Void'\n * @readonly\n * @enum {string}\n */\nexport type InvoiceStatus = 'Due' | 'OverDue' | 'Paid' | 'Void';\n\n/**\n * Defines values for InvoiceType.\n * Possible values include: 'AzureService', 'AzureMarketplace', 'AzureSupport'\n * @readonly\n * @enum {string}\n */\nexport type InvoiceType = 'AzureService' | 'AzureMarketplace' | 'AzureSupport';\n\n/**\n * Defines values for DocumentType.\n * Possible values include: 'Invoice', 'VoidNote', 'TaxReceipt', 'CreditNote'\n * @readonly\n * @enum {string}\n */\nexport type DocumentType = 'Invoice' | 'VoidNote' | 'TaxReceipt' | 'CreditNote';\n\n/**\n * Defines values for DocumentSource.\n * Possible values include: 'DRS', 'ENF'\n * @readonly\n * @enum {string}\n */\nexport type DocumentSource = 'DRS' | 'ENF';\n\n/**\n * Defines values for PaymentMethodFamily.\n * Possible values include: 'Credits', 'CheckWire', 'CreditCard', 'None'\n * @readonly\n * @enum {string}\n */\nexport type PaymentMethodFamily = 'Credits' | 'CheckWire' | 'CreditCard' | 'None';\n\n/**\n * Defines values for InvoiceDocumentType.\n * Possible values include: 'Invoice', 'CreditNote'\n * @readonly\n * @enum {string}\n */\nexport type InvoiceDocumentType = 'Invoice' | 'CreditNote';\n\n/**\n * Defines values for AutoRenew.\n * Possible values include: 'Off', 'On'\n * @readonly\n * @enum {string}\n */\nexport type AutoRenew = 'Off' | 'On';\n\n/**\n * Defines values for ProductStatusType.\n * Possible values include: 'Active', 'Inactive', 'PastDue', 'Expiring', 'Expired', 'Disabled',\n * 'Cancelled', 'AutoRenew'\n * @readonly\n * @enum {string}\n */\nexport type ProductStatusType = 'Active' | 'Inactive' | 'PastDue' | 'Expiring' | 'Expired' | 'Disabled' | 'Cancelled' | 'AutoRenew';\n\n/**\n * Defines values for BillingFrequency.\n * Possible values include: 'OneTime', 'Monthly', 'UsageBased'\n * @readonly\n * @enum {string}\n */\nexport type BillingFrequency = 'OneTime' | 'Monthly' | 'UsageBased';\n\n/**\n * Defines values for ProductTransferValidationErrorCode.\n * Possible values include: 'InvalidSource', 'ProductNotActive', 'InsufficientPermissionOnSource',\n * 'InsufficientPermissionOnDestination', 'DestinationBillingProfilePastDue',\n * 'ProductTypeNotSupported', 'CrossBillingAccountNotAllowed', 'NotAvailableForDestinationMarket',\n * 'OneTimePurchaseProductTransferNotAllowed'\n * @readonly\n * @enum {string}\n */\nexport type ProductTransferValidationErrorCode = 'InvalidSource' | 'ProductNotActive' | 'InsufficientPermissionOnSource' | 'InsufficientPermissionOnDestination' | 'DestinationBillingProfilePastDue' | 'ProductTypeNotSupported' | 'CrossBillingAccountNotAllowed' | 'NotAvailableForDestinationMarket' | 'OneTimePurchaseProductTransferNotAllowed';\n\n/**\n * Defines values for BillingSubscriptionStatusType.\n * Possible values include: 'Active', 'Inactive', 'Abandoned', 'Deleted', 'Warning'\n * @readonly\n * @enum {string}\n */\nexport type BillingSubscriptionStatusType = 'Active' | 'Inactive' | 'Abandoned' | 'Deleted' | 'Warning';\n\n/**\n * Defines values for TransactionTypeKind.\n * Possible values include: 'all', 'reservation'\n * @readonly\n * @enum {string}\n */\nexport type TransactionTypeKind = 'all' | 'reservation';\n\n/**\n * Defines values for ReservationType.\n * Possible values include: 'Purchase', 'Usage Charge'\n * @readonly\n * @enum {string}\n */\nexport type ReservationType = 'Purchase' | 'Usage Charge';\n\n/**\n * Defines values for MarketplacePurchasesPolicy.\n * Possible values include: 'AllAllowed', 'OnlyFreeAllowed', 'NotAllowed'\n * @readonly\n * @enum {string}\n */\nexport type MarketplacePurchasesPolicy = 'AllAllowed' | 'OnlyFreeAllowed' | 'NotAllowed';\n\n/**\n * Defines values for ReservationPurchasesPolicy.\n * Possible values include: 'Allowed', 'NotAllowed'\n * @readonly\n * @enum {string}\n */\nexport type ReservationPurchasesPolicy = 'Allowed' | 'NotAllowed';\n\n/**\n * Defines values for ViewChargesPolicy.\n * Possible values include: 'Allowed', 'NotAllowed'\n * @readonly\n * @enum {string}\n */\nexport type ViewChargesPolicy = 'Allowed' | 'NotAllowed';\n\n/**\n * Defines values for ViewCharges.\n * Possible values include: 'Allowed', 'NotAllowed'\n * @readonly\n * @enum {string}\n */\nexport type ViewCharges = 'Allowed' | 'NotAllowed';\n\n/**\n * Defines values for Category.\n * Possible values include: 'MicrosoftCustomerAgreement', 'AffiliatePurchaseTerms', 'Other'\n * @readonly\n * @enum {string}\n */\nexport type Category = 'MicrosoftCustomerAgreement' | 'AffiliatePurchaseTerms' | 'Other';\n\n/**\n * Defines values for AcceptanceMode.\n * Possible values include: 'ClickToAccept', 'ESignEmbedded', 'ESignOffline'\n * @readonly\n * @enum {string}\n */\nexport type AcceptanceMode = 'ClickToAccept' | 'ESignEmbedded' | 'ESignOffline';\n\n/**\n * Contains response data for the list operation.\n */\nexport type BillingAccountsListResponse = BillingAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingAccountListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type BillingAccountsGetResponse = BillingAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingAccount;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type BillingAccountsUpdateResponse = BillingAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingAccount;\n };\n};\n\n/**\n * Contains response data for the listInvoiceSectionsByCreateSubscriptionPermission operation.\n */\nexport type BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionResponse = InvoiceSectionListWithCreateSubPermissionResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceSectionListWithCreateSubPermissionResult;\n };\n};\n\n/**\n * Contains response data for the beginUpdate operation.\n */\nexport type BillingAccountsBeginUpdateResponse = BillingAccount & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingAccount;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type BillingAccountsListNextResponse = BillingAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingAccountListResult;\n };\n};\n\n/**\n * Contains response data for the listInvoiceSectionsByCreateSubscriptionPermissionNext operation.\n */\nexport type BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionNextResponse = InvoiceSectionListWithCreateSubPermissionResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceSectionListWithCreateSubPermissionResult;\n };\n};\n\n/**\n * Contains response data for the validate operation.\n */\nexport type AddressValidateResponse = ValidateAddressResponse & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ValidateAddressResponse;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AvailableBalancesGetResponse = AvailableBalance & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AvailableBalance;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfile operation.\n */\nexport type InstructionsListByBillingProfileResponse = InstructionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InstructionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type InstructionsGetResponse = Instruction & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Instruction;\n };\n};\n\n/**\n * Contains response data for the put operation.\n */\nexport type InstructionsPutResponse = Instruction & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Instruction;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfileNext operation.\n */\nexport type InstructionsListByBillingProfileNextResponse = InstructionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InstructionListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccount operation.\n */\nexport type BillingProfilesListByBillingAccountResponse = BillingProfileListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingProfileListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type BillingProfilesGetResponse = BillingProfile & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingProfile;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type BillingProfilesCreateOrUpdateResponse = BillingProfile & BillingProfilesCreateOrUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: BillingProfilesCreateOrUpdateHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingProfile;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccountNext operation.\n */\nexport type BillingProfilesListByBillingAccountNextResponse = BillingProfileListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingProfileListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfile operation.\n */\nexport type CustomersListByBillingProfileResponse = CustomerListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccount operation.\n */\nexport type CustomersListByBillingAccountResponse = CustomerListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type CustomersGetResponse = Customer & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Customer;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfileNext operation.\n */\nexport type CustomersListByBillingProfileNextResponse = CustomerListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccountNext operation.\n */\nexport type CustomersListByBillingAccountNextResponse = CustomerListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfile operation.\n */\nexport type InvoiceSectionsListByBillingProfileResponse = InvoiceSectionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceSectionListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type InvoiceSectionsGetResponse = InvoiceSection & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceSection;\n };\n};\n\n/**\n * Contains response data for the createOrUpdate operation.\n */\nexport type InvoiceSectionsCreateOrUpdateResponse = InvoiceSection & InvoiceSectionsCreateOrUpdateHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: InvoiceSectionsCreateOrUpdateHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceSection;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfileNext operation.\n */\nexport type InvoiceSectionsListByBillingProfileNextResponse = InvoiceSectionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceSectionListResult;\n };\n};\n\n/**\n * Contains response data for the listByCustomer operation.\n */\nexport type BillingPermissionsListByCustomerResponse = BillingPermissionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPermissionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccount operation.\n */\nexport type BillingPermissionsListByBillingAccountResponse = BillingPermissionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPermissionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSections operation.\n */\nexport type BillingPermissionsListByInvoiceSectionsResponse = BillingPermissionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPermissionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfile operation.\n */\nexport type BillingPermissionsListByBillingProfileResponse = BillingPermissionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPermissionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByCustomerNext operation.\n */\nexport type BillingPermissionsListByCustomerNextResponse = BillingPermissionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPermissionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccountNext operation.\n */\nexport type BillingPermissionsListByBillingAccountNextResponse = BillingPermissionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPermissionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSectionsNext operation.\n */\nexport type BillingPermissionsListByInvoiceSectionsNextResponse = BillingPermissionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPermissionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfileNext operation.\n */\nexport type BillingPermissionsListByBillingProfileNextResponse = BillingPermissionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPermissionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByCustomer operation.\n */\nexport type BillingSubscriptionsListByCustomerResponse = BillingSubscriptionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccount operation.\n */\nexport type BillingSubscriptionsListByBillingAccountResponse = BillingSubscriptionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfile operation.\n */\nexport type BillingSubscriptionsListByBillingProfileResponse = BillingSubscriptionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSection operation.\n */\nexport type BillingSubscriptionsListByInvoiceSectionResponse = BillingSubscriptionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type BillingSubscriptionsGetResponse = BillingSubscription & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscription;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type BillingSubscriptionsUpdateResponse = BillingSubscription & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscription;\n };\n};\n\n/**\n * Contains response data for the move operation.\n */\nexport type BillingSubscriptionsMoveResponse = BillingSubscription & BillingSubscriptionsMoveHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: BillingSubscriptionsMoveHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscription;\n };\n};\n\n/**\n * Contains response data for the validateMove operation.\n */\nexport type BillingSubscriptionsValidateMoveResponse = ValidateSubscriptionTransferEligibilityResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ValidateSubscriptionTransferEligibilityResult;\n };\n};\n\n/**\n * Contains response data for the listByCustomerNext operation.\n */\nexport type BillingSubscriptionsListByCustomerNextResponse = BillingSubscriptionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccountNext operation.\n */\nexport type BillingSubscriptionsListByBillingAccountNextResponse = BillingSubscriptionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfileNext operation.\n */\nexport type BillingSubscriptionsListByBillingProfileNextResponse = BillingSubscriptionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSectionNext operation.\n */\nexport type BillingSubscriptionsListByInvoiceSectionNextResponse = BillingSubscriptionsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingSubscriptionsListResult;\n };\n};\n\n/**\n * Contains response data for the listByCustomer operation.\n */\nexport type ProductsListByCustomerResponse = ProductsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccount operation.\n */\nexport type ProductsListByBillingAccountResponse = ProductsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfile operation.\n */\nexport type ProductsListByBillingProfileResponse = ProductsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductsListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSection operation.\n */\nexport type ProductsListByInvoiceSectionResponse = ProductsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductsListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type ProductsGetResponse = Product & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Product;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type ProductsUpdateResponse = Product & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Product;\n };\n};\n\n/**\n * Contains response data for the move operation.\n */\nexport type ProductsMoveResponse = Product & ProductsMoveHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: ProductsMoveHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Product;\n };\n};\n\n/**\n * Contains response data for the validateMove operation.\n */\nexport type ProductsValidateMoveResponse = ValidateProductTransferEligibilityResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ValidateProductTransferEligibilityResult;\n };\n};\n\n/**\n * Contains response data for the listByCustomerNext operation.\n */\nexport type ProductsListByCustomerNextResponse = ProductsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccountNext operation.\n */\nexport type ProductsListByBillingAccountNextResponse = ProductsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfileNext operation.\n */\nexport type ProductsListByBillingProfileNextResponse = ProductsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductsListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSectionNext operation.\n */\nexport type ProductsListByInvoiceSectionNextResponse = ProductsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: ProductsListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccount operation.\n */\nexport type InvoicesListByBillingAccountResponse = InvoiceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfile operation.\n */\nexport type InvoicesListByBillingProfileResponse = InvoiceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type InvoicesGetResponse = Invoice & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Invoice;\n };\n};\n\n/**\n * Contains response data for the getById operation.\n */\nexport type InvoicesGetByIdResponse = Invoice & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Invoice;\n };\n};\n\n/**\n * Contains response data for the downloadInvoice operation.\n */\nexport type InvoicesDownloadInvoiceResponse = DownloadUrl & InvoicesDownloadInvoiceHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: InvoicesDownloadInvoiceHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DownloadUrl;\n };\n};\n\n/**\n * Contains response data for the downloadMultipleModernInvoice operation.\n */\nexport type InvoicesDownloadMultipleModernInvoiceResponse = DownloadUrl & InvoicesDownloadMultipleModernInvoiceHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: InvoicesDownloadMultipleModernInvoiceHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DownloadUrl;\n };\n};\n\n/**\n * Contains response data for the listByBillingSubscription operation.\n */\nexport type InvoicesListByBillingSubscriptionResponse = InvoiceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceListResult;\n };\n};\n\n/**\n * Contains response data for the getBySubscriptionAndInvoiceId operation.\n */\nexport type InvoicesGetBySubscriptionAndInvoiceIdResponse = Invoice & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Invoice;\n };\n};\n\n/**\n * Contains response data for the downloadBillingSubscriptionInvoice operation.\n */\nexport type InvoicesDownloadBillingSubscriptionInvoiceResponse = DownloadUrl & InvoicesDownloadBillingSubscriptionInvoiceHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: InvoicesDownloadBillingSubscriptionInvoiceHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DownloadUrl;\n };\n};\n\n/**\n * Contains response data for the downloadMultipleBillingSubscriptionInvoice operation.\n */\nexport type InvoicesDownloadMultipleBillingSubscriptionInvoiceResponse = DownloadUrl & InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The parsed HTTP response headers.\n */\n parsedHeaders: InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders;\n\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: DownloadUrl;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccountNext operation.\n */\nexport type InvoicesListByBillingAccountNextResponse = InvoiceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfileNext operation.\n */\nexport type InvoicesListByBillingProfileNextResponse = InvoiceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingSubscriptionNext operation.\n */\nexport type InvoicesListByBillingSubscriptionNextResponse = InvoiceListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: InvoiceListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoice operation.\n */\nexport type TransactionsListByInvoiceResponse = TransactionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TransactionListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceNext operation.\n */\nexport type TransactionsListByInvoiceNextResponse = TransactionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: TransactionListResult;\n };\n};\n\n/**\n * Contains response data for the getByBillingProfile operation.\n */\nexport type PoliciesGetByBillingProfileResponse = Policy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Policy;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type PoliciesUpdateResponse = Policy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Policy;\n };\n};\n\n/**\n * Contains response data for the getByCustomer operation.\n */\nexport type PoliciesGetByCustomerResponse = CustomerPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerPolicy;\n };\n};\n\n/**\n * Contains response data for the updateCustomer operation.\n */\nexport type PoliciesUpdateCustomerResponse = CustomerPolicy & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: CustomerPolicy;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type BillingPropertyGetResponse = BillingProperty & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingProperty;\n };\n};\n\n/**\n * Contains response data for the update operation.\n */\nexport type BillingPropertyUpdateResponse = BillingProperty & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingProperty;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type OperationsListResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type OperationsListNextResponse = OperationListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: OperationListResult;\n };\n};\n\n/**\n * Contains response data for the getByBillingAccount operation.\n */\nexport type BillingRoleDefinitionsGetByBillingAccountResponse = BillingRoleDefinition & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleDefinition;\n };\n};\n\n/**\n * Contains response data for the getByInvoiceSection operation.\n */\nexport type BillingRoleDefinitionsGetByInvoiceSectionResponse = BillingRoleDefinition & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleDefinition;\n };\n};\n\n/**\n * Contains response data for the getByBillingProfile operation.\n */\nexport type BillingRoleDefinitionsGetByBillingProfileResponse = BillingRoleDefinition & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleDefinition;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccount operation.\n */\nexport type BillingRoleDefinitionsListByBillingAccountResponse = BillingRoleDefinitionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSection operation.\n */\nexport type BillingRoleDefinitionsListByInvoiceSectionResponse = BillingRoleDefinitionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfile operation.\n */\nexport type BillingRoleDefinitionsListByBillingProfileResponse = BillingRoleDefinitionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccountNext operation.\n */\nexport type BillingRoleDefinitionsListByBillingAccountNextResponse = BillingRoleDefinitionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSectionNext operation.\n */\nexport type BillingRoleDefinitionsListByInvoiceSectionNextResponse = BillingRoleDefinitionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfileNext operation.\n */\nexport type BillingRoleDefinitionsListByBillingProfileNextResponse = BillingRoleDefinitionListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleDefinitionListResult;\n };\n};\n\n/**\n * Contains response data for the getByBillingAccount operation.\n */\nexport type BillingRoleAssignmentsGetByBillingAccountResponse = BillingRoleAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignment;\n };\n};\n\n/**\n * Contains response data for the deleteByBillingAccount operation.\n */\nexport type BillingRoleAssignmentsDeleteByBillingAccountResponse = BillingRoleAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignment;\n };\n};\n\n/**\n * Contains response data for the getByInvoiceSection operation.\n */\nexport type BillingRoleAssignmentsGetByInvoiceSectionResponse = BillingRoleAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignment;\n };\n};\n\n/**\n * Contains response data for the deleteByInvoiceSection operation.\n */\nexport type BillingRoleAssignmentsDeleteByInvoiceSectionResponse = BillingRoleAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignment;\n };\n};\n\n/**\n * Contains response data for the getByBillingProfile operation.\n */\nexport type BillingRoleAssignmentsGetByBillingProfileResponse = BillingRoleAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignment;\n };\n};\n\n/**\n * Contains response data for the deleteByBillingProfile operation.\n */\nexport type BillingRoleAssignmentsDeleteByBillingProfileResponse = BillingRoleAssignment & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignment;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccount operation.\n */\nexport type BillingRoleAssignmentsListByBillingAccountResponse = BillingRoleAssignmentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignmentListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSection operation.\n */\nexport type BillingRoleAssignmentsListByInvoiceSectionResponse = BillingRoleAssignmentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignmentListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfile operation.\n */\nexport type BillingRoleAssignmentsListByBillingProfileResponse = BillingRoleAssignmentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignmentListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccountNext operation.\n */\nexport type BillingRoleAssignmentsListByBillingAccountNextResponse = BillingRoleAssignmentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignmentListResult;\n };\n};\n\n/**\n * Contains response data for the listByInvoiceSectionNext operation.\n */\nexport type BillingRoleAssignmentsListByInvoiceSectionNextResponse = BillingRoleAssignmentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignmentListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingProfileNext operation.\n */\nexport type BillingRoleAssignmentsListByBillingProfileNextResponse = BillingRoleAssignmentListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingRoleAssignmentListResult;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccount operation.\n */\nexport type AgreementsListByBillingAccountResponse = AgreementListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AgreementListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type AgreementsGetResponse = Agreement & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: Agreement;\n };\n};\n\n/**\n * Contains response data for the listByBillingAccountNext operation.\n */\nexport type AgreementsListByBillingAccountNextResponse = AgreementListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: AgreementListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type EnrollmentAccountsListResponse = EnrollmentAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EnrollmentAccountListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type EnrollmentAccountsGetResponse = EnrollmentAccountSummary & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EnrollmentAccountSummary;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type EnrollmentAccountsListNextResponse = EnrollmentAccountListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: EnrollmentAccountListResult;\n };\n};\n\n/**\n * Contains response data for the list operation.\n */\nexport type BillingPeriodsListResponse = BillingPeriodsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPeriodsListResult;\n };\n};\n\n/**\n * Contains response data for the get operation.\n */\nexport type BillingPeriodsGetResponse = BillingPeriod & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPeriod;\n };\n};\n\n/**\n * Contains response data for the listNext operation.\n */\nexport type BillingPeriodsListNextResponse = BillingPeriodsListResult & {\n /**\n * The underlying HTTP response.\n */\n _response: msRest.HttpResponse & {\n /**\n * The response body as text (string format)\n */\n bodyAsText: string;\n\n /**\n * The response body as parsed JSON or XML\n */\n parsedBody: BillingPeriodsListResult;\n };\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { CloudErrorMapper, BaseResourceMapper } from \"@azure/ms-rest-azure-js\";\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const CloudError = CloudErrorMapper;\nexport const BaseResource = BaseResourceMapper;\n\nexport const AzurePlan: msRest.CompositeMapper = {\n serializedName: \"AzurePlan\",\n type: {\n name: \"Composite\",\n className: \"AzurePlan\",\n modelProperties: {\n skuId: {\n serializedName: \"skuId\",\n type: {\n name: \"String\"\n }\n },\n skuDescription: {\n readOnly: true,\n serializedName: \"skuDescription\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Reseller: msRest.CompositeMapper = {\n serializedName: \"Reseller\",\n type: {\n name: \"Composite\",\n className: \"Reseller\",\n modelProperties: {\n resellerId: {\n readOnly: true,\n serializedName: \"resellerId\",\n type: {\n name: \"String\"\n }\n },\n description: {\n readOnly: true,\n serializedName: \"description\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: msRest.CompositeMapper = {\n serializedName: \"Resource\",\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n readOnly: true,\n serializedName: \"id\",\n type: {\n name: \"String\"\n }\n },\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n readOnly: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Customer: msRest.CompositeMapper = {\n serializedName: \"Customer\",\n type: {\n name: \"Composite\",\n className: \"Customer\",\n modelProperties: {\n ...Resource.type.modelProperties,\n billingProfileId: {\n readOnly: true,\n serializedName: \"properties.billingProfileId\",\n type: {\n name: \"String\"\n }\n },\n billingProfileDisplayName: {\n readOnly: true,\n serializedName: \"properties.billingProfileDisplayName\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n enabledAzurePlans: {\n serializedName: \"properties.enabledAzurePlans\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzurePlan\"\n }\n }\n }\n },\n resellers: {\n serializedName: \"properties.resellers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Reseller\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AddressDetails: msRest.CompositeMapper = {\n serializedName: \"AddressDetails\",\n type: {\n name: \"Composite\",\n className: \"AddressDetails\",\n modelProperties: {\n firstName: {\n serializedName: \"firstName\",\n type: {\n name: \"String\"\n }\n },\n lastName: {\n serializedName: \"lastName\",\n type: {\n name: \"String\"\n }\n },\n companyName: {\n serializedName: \"companyName\",\n type: {\n name: \"String\"\n }\n },\n addressLine1: {\n required: true,\n serializedName: \"addressLine1\",\n type: {\n name: \"String\"\n }\n },\n addressLine2: {\n serializedName: \"addressLine2\",\n type: {\n name: \"String\"\n }\n },\n addressLine3: {\n serializedName: \"addressLine3\",\n type: {\n name: \"String\"\n }\n },\n city: {\n serializedName: \"city\",\n type: {\n name: \"String\"\n }\n },\n district: {\n serializedName: \"district\",\n type: {\n name: \"String\"\n }\n },\n region: {\n serializedName: \"region\",\n type: {\n name: \"String\"\n }\n },\n country: {\n required: true,\n serializedName: \"country\",\n type: {\n name: \"String\"\n }\n },\n postalCode: {\n serializedName: \"postalCode\",\n type: {\n name: \"String\"\n }\n },\n email: {\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n },\n phoneNumber: {\n serializedName: \"phoneNumber\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidateAddressResponse: msRest.CompositeMapper = {\n serializedName: \"ValidateAddressResponse\",\n type: {\n name: \"Composite\",\n className: \"ValidateAddressResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n suggestedAddresses: {\n serializedName: \"suggestedAddresses\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AddressDetails\"\n }\n }\n }\n },\n validationMessage: {\n serializedName: \"validationMessage\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TransferProductRequestProperties: msRest.CompositeMapper = {\n serializedName: \"TransferProductRequestProperties\",\n type: {\n name: \"Composite\",\n className: \"TransferProductRequestProperties\",\n modelProperties: {\n destinationInvoiceSectionId: {\n serializedName: \"destinationInvoiceSectionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TransferBillingSubscriptionRequestProperties: msRest.CompositeMapper = {\n serializedName: \"TransferBillingSubscriptionRequestProperties\",\n type: {\n name: \"Composite\",\n className: \"TransferBillingSubscriptionRequestProperties\",\n modelProperties: {\n destinationInvoiceSectionId: {\n required: true,\n serializedName: \"destinationInvoiceSectionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidateSubscriptionTransferEligibilityError: msRest.CompositeMapper = {\n serializedName: \"ValidateSubscriptionTransferEligibilityError\",\n type: {\n name: \"Composite\",\n className: \"ValidateSubscriptionTransferEligibilityError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidateSubscriptionTransferEligibilityResult: msRest.CompositeMapper = {\n serializedName: \"ValidateSubscriptionTransferEligibilityResult\",\n type: {\n name: \"Composite\",\n className: \"ValidateSubscriptionTransferEligibilityResult\",\n modelProperties: {\n isMoveEligible: {\n readOnly: true,\n serializedName: \"isMoveEligible\",\n type: {\n name: \"Boolean\"\n }\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Composite\",\n className: \"ValidateSubscriptionTransferEligibilityError\"\n }\n }\n }\n }\n};\n\nexport const IndirectRelationshipInfo: msRest.CompositeMapper = {\n serializedName: \"IndirectRelationshipInfo\",\n type: {\n name: \"Composite\",\n className: \"IndirectRelationshipInfo\",\n modelProperties: {\n billingAccountName: {\n serializedName: \"billingAccountName\",\n type: {\n name: \"String\"\n }\n },\n billingProfileName: {\n serializedName: \"billingProfileName\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InvoiceSection: msRest.CompositeMapper = {\n serializedName: \"InvoiceSection\",\n type: {\n name: \"Composite\",\n className: \"InvoiceSection\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n labels: {\n serializedName: \"properties.labels\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n state: {\n readOnly: true,\n serializedName: \"properties.state\",\n type: {\n name: \"String\"\n }\n },\n systemId: {\n readOnly: true,\n serializedName: \"properties.systemId\",\n type: {\n name: \"String\"\n }\n },\n targetCloud: {\n readOnly: true,\n serializedName: \"properties.targetCloud\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InvoiceSectionsOnExpand: msRest.CompositeMapper = {\n serializedName: \"InvoiceSectionsOnExpand\",\n type: {\n name: \"Composite\",\n className: \"InvoiceSectionsOnExpand\",\n modelProperties: {\n hasMoreResults: {\n readOnly: true,\n serializedName: \"hasMoreResults\",\n type: {\n name: \"Boolean\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InvoiceSection\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BillingProfile: msRest.CompositeMapper = {\n serializedName: \"BillingProfile\",\n type: {\n name: \"Composite\",\n className: \"BillingProfile\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n poNumber: {\n serializedName: \"properties.poNumber\",\n type: {\n name: \"String\"\n }\n },\n billingRelationshipType: {\n readOnly: true,\n serializedName: \"properties.billingRelationshipType\",\n type: {\n name: \"String\"\n }\n },\n billTo: {\n serializedName: \"properties.billTo\",\n type: {\n name: \"Composite\",\n className: \"AddressDetails\"\n }\n },\n indirectRelationshipInfo: {\n readOnly: true,\n serializedName: \"properties.indirectRelationshipInfo\",\n type: {\n name: \"Composite\",\n className: \"IndirectRelationshipInfo\"\n }\n },\n invoiceEmailOptIn: {\n serializedName: \"properties.invoiceEmailOptIn\",\n type: {\n name: \"Boolean\"\n }\n },\n invoiceDay: {\n readOnly: true,\n serializedName: \"properties.invoiceDay\",\n type: {\n name: \"Number\"\n }\n },\n currency: {\n readOnly: true,\n serializedName: \"properties.currency\",\n type: {\n name: \"String\"\n }\n },\n enabledAzurePlans: {\n serializedName: \"properties.enabledAzurePlans\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzurePlan\"\n }\n }\n }\n },\n invoiceSections: {\n serializedName: \"properties.invoiceSections\",\n type: {\n name: \"Composite\",\n className: \"InvoiceSectionsOnExpand\"\n }\n },\n hasReadAccess: {\n readOnly: true,\n serializedName: \"properties.hasReadAccess\",\n type: {\n name: \"Boolean\"\n }\n },\n systemId: {\n readOnly: true,\n serializedName: \"properties.systemId\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n statusReasonCode: {\n readOnly: true,\n serializedName: \"properties.statusReasonCode\",\n type: {\n name: \"String\"\n }\n },\n spendingLimit: {\n readOnly: true,\n serializedName: \"properties.spendingLimit\",\n type: {\n name: \"String\"\n }\n },\n targetClouds: {\n readOnly: true,\n serializedName: \"properties.targetClouds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BillingProfilesOnExpand: msRest.CompositeMapper = {\n serializedName: \"BillingProfilesOnExpand\",\n type: {\n name: \"Composite\",\n className: \"BillingProfilesOnExpand\",\n modelProperties: {\n hasMoreResults: {\n readOnly: true,\n serializedName: \"hasMoreResults\",\n type: {\n name: \"Boolean\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingProfile\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const EnrollmentPolicies: msRest.CompositeMapper = {\n serializedName: \"EnrollmentPolicies\",\n type: {\n name: \"Composite\",\n className: \"EnrollmentPolicies\",\n modelProperties: {\n accountOwnerViewCharges: {\n readOnly: true,\n serializedName: \"accountOwnerViewCharges\",\n type: {\n name: \"Boolean\"\n }\n },\n departmentAdminViewCharges: {\n readOnly: true,\n serializedName: \"departmentAdminViewCharges\",\n type: {\n name: \"Boolean\"\n }\n },\n marketplacesEnabled: {\n readOnly: true,\n serializedName: \"marketplacesEnabled\",\n type: {\n name: \"Boolean\"\n }\n },\n reservedInstancesEnabled: {\n readOnly: true,\n serializedName: \"reservedInstancesEnabled\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const Enrollment: msRest.CompositeMapper = {\n serializedName: \"Enrollment\",\n type: {\n name: \"Composite\",\n className: \"Enrollment\",\n modelProperties: {\n startDate: {\n serializedName: \"startDate\",\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n serializedName: \"endDate\",\n type: {\n name: \"DateTime\"\n }\n },\n currency: {\n readOnly: true,\n serializedName: \"currency\",\n type: {\n name: \"String\"\n }\n },\n channel: {\n readOnly: true,\n serializedName: \"channel\",\n type: {\n name: \"String\"\n }\n },\n policies: {\n readOnly: true,\n serializedName: \"policies\",\n type: {\n name: \"Composite\",\n className: \"EnrollmentPolicies\"\n }\n },\n language: {\n readOnly: true,\n serializedName: \"language\",\n type: {\n name: \"String\"\n }\n },\n countryCode: {\n readOnly: true,\n serializedName: \"countryCode\",\n type: {\n name: \"String\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n billingCycle: {\n readOnly: true,\n serializedName: \"billingCycle\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnrollmentAccount: msRest.CompositeMapper = {\n serializedName: \"EnrollmentAccount\",\n type: {\n name: \"Composite\",\n className: \"EnrollmentAccount\",\n modelProperties: {\n ...Resource.type.modelProperties,\n accountName: {\n serializedName: \"properties.accountName\",\n type: {\n name: \"String\"\n }\n },\n costCenter: {\n serializedName: \"properties.costCenter\",\n type: {\n name: \"String\"\n }\n },\n accountOwner: {\n serializedName: \"properties.accountOwner\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n startDate: {\n serializedName: \"properties.startDate\",\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n serializedName: \"properties.endDate\",\n type: {\n name: \"DateTime\"\n }\n },\n department: {\n serializedName: \"properties.department\",\n type: {\n name: \"Composite\",\n className: \"Department\"\n }\n }\n }\n }\n};\n\nexport const Department: msRest.CompositeMapper = {\n serializedName: \"Department\",\n type: {\n name: \"Composite\",\n className: \"Department\",\n modelProperties: {\n ...Resource.type.modelProperties,\n departmentName: {\n serializedName: \"properties.departmentName\",\n type: {\n name: \"String\"\n }\n },\n costCenter: {\n serializedName: \"properties.costCenter\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n enrollmentAccounts: {\n serializedName: \"properties.enrollmentAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnrollmentAccount\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BillingAccount: msRest.CompositeMapper = {\n serializedName: \"BillingAccount\",\n type: {\n name: \"Composite\",\n className: \"BillingAccount\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n soldTo: {\n serializedName: \"properties.soldTo\",\n type: {\n name: \"Composite\",\n className: \"AddressDetails\"\n }\n },\n agreementType: {\n readOnly: true,\n serializedName: \"properties.agreementType\",\n type: {\n name: \"String\"\n }\n },\n accountType: {\n readOnly: true,\n serializedName: \"properties.accountType\",\n type: {\n name: \"String\"\n }\n },\n accountStatus: {\n readOnly: true,\n serializedName: \"properties.accountStatus\",\n type: {\n name: \"String\"\n }\n },\n billingProfiles: {\n serializedName: \"properties.billingProfiles\",\n type: {\n name: \"Composite\",\n className: \"BillingProfilesOnExpand\"\n }\n },\n enrollmentDetails: {\n readOnly: true,\n serializedName: \"properties.enrollmentDetails\",\n type: {\n name: \"Composite\",\n className: \"Enrollment\"\n }\n },\n departments: {\n serializedName: \"properties.departments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Department\"\n }\n }\n }\n },\n enrollmentAccounts: {\n serializedName: \"properties.enrollmentAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnrollmentAccount\"\n }\n }\n }\n },\n hasReadAccess: {\n readOnly: true,\n serializedName: \"properties.hasReadAccess\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const BillingAccountUpdateRequest: msRest.CompositeMapper = {\n serializedName: \"BillingAccountUpdateRequest\",\n type: {\n name: \"Composite\",\n className: \"BillingAccountUpdateRequest\",\n modelProperties: {\n displayName: {\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n soldTo: {\n serializedName: \"properties.soldTo\",\n type: {\n name: \"Composite\",\n className: \"AddressDetails\"\n }\n },\n agreementType: {\n readOnly: true,\n serializedName: \"properties.agreementType\",\n type: {\n name: \"String\"\n }\n },\n accountType: {\n readOnly: true,\n serializedName: \"properties.accountType\",\n type: {\n name: \"String\"\n }\n },\n accountStatus: {\n readOnly: true,\n serializedName: \"properties.accountStatus\",\n type: {\n name: \"String\"\n }\n },\n billingProfiles: {\n serializedName: \"properties.billingProfiles\",\n type: {\n name: \"Composite\",\n className: \"BillingProfilesOnExpand\"\n }\n },\n enrollmentDetails: {\n readOnly: true,\n serializedName: \"properties.enrollmentDetails\",\n type: {\n name: \"Composite\",\n className: \"Enrollment\"\n }\n },\n departments: {\n serializedName: \"properties.departments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Department\"\n }\n }\n }\n },\n enrollmentAccounts: {\n serializedName: \"properties.enrollmentAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnrollmentAccount\"\n }\n }\n }\n },\n hasReadAccess: {\n readOnly: true,\n serializedName: \"properties.hasReadAccess\",\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const BillingProperty: msRest.CompositeMapper = {\n serializedName: \"BillingProperty\",\n type: {\n name: \"Composite\",\n className: \"BillingProperty\",\n modelProperties: {\n ...Resource.type.modelProperties,\n accountAdminNotificationEmailAddress: {\n readOnly: true,\n serializedName: \"properties.accountAdminNotificationEmailAddress\",\n type: {\n name: \"String\"\n }\n },\n billingTenantId: {\n readOnly: true,\n serializedName: \"properties.billingTenantId\",\n type: {\n name: \"String\"\n }\n },\n billingAccountId: {\n readOnly: true,\n serializedName: \"properties.billingAccountId\",\n type: {\n name: \"String\"\n }\n },\n billingAccountDisplayName: {\n readOnly: true,\n serializedName: \"properties.billingAccountDisplayName\",\n type: {\n name: \"String\"\n }\n },\n billingProfileId: {\n readOnly: true,\n serializedName: \"properties.billingProfileId\",\n type: {\n name: \"String\"\n }\n },\n billingProfileDisplayName: {\n readOnly: true,\n serializedName: \"properties.billingProfileDisplayName\",\n type: {\n name: \"String\"\n }\n },\n billingProfileStatus: {\n readOnly: true,\n serializedName: \"properties.billingProfileStatus\",\n type: {\n name: \"String\"\n }\n },\n billingProfileStatusReasonCode: {\n readOnly: true,\n serializedName: \"properties.billingProfileStatusReasonCode\",\n type: {\n name: \"String\"\n }\n },\n billingProfileSpendingLimit: {\n readOnly: true,\n serializedName: \"properties.billingProfileSpendingLimit\",\n type: {\n name: \"String\"\n }\n },\n costCenter: {\n serializedName: \"properties.costCenter\",\n type: {\n name: \"String\"\n }\n },\n invoiceSectionId: {\n readOnly: true,\n serializedName: \"properties.invoiceSectionId\",\n type: {\n name: \"String\"\n }\n },\n invoiceSectionDisplayName: {\n readOnly: true,\n serializedName: \"properties.invoiceSectionDisplayName\",\n type: {\n name: \"String\"\n }\n },\n isAccountAdmin: {\n readOnly: true,\n serializedName: \"properties.isAccountAdmin\",\n type: {\n name: \"Boolean\"\n }\n },\n productId: {\n readOnly: true,\n serializedName: \"properties.productId\",\n type: {\n name: \"String\"\n }\n },\n productName: {\n readOnly: true,\n serializedName: \"properties.productName\",\n type: {\n name: \"String\"\n }\n },\n skuId: {\n readOnly: true,\n serializedName: \"properties.skuId\",\n type: {\n name: \"String\"\n }\n },\n skuDescription: {\n readOnly: true,\n serializedName: \"properties.skuDescription\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Instruction: msRest.CompositeMapper = {\n serializedName: \"Instruction\",\n type: {\n name: \"Composite\",\n className: \"Instruction\",\n modelProperties: {\n ...Resource.type.modelProperties,\n amount: {\n required: true,\n serializedName: \"properties.amount\",\n type: {\n name: \"Number\"\n }\n },\n startDate: {\n required: true,\n serializedName: \"properties.startDate\",\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n required: true,\n serializedName: \"properties.endDate\",\n type: {\n name: \"DateTime\"\n }\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n\nexport const BillingProfileCreationRequest: msRest.CompositeMapper = {\n serializedName: \"BillingProfileCreationRequest\",\n type: {\n name: \"Composite\",\n className: \"BillingProfileCreationRequest\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n poNumber: {\n serializedName: \"poNumber\",\n type: {\n name: \"String\"\n }\n },\n billTo: {\n serializedName: \"billTo\",\n type: {\n name: \"Composite\",\n className: \"AddressDetails\"\n }\n },\n invoiceEmailOptIn: {\n serializedName: \"invoiceEmailOptIn\",\n type: {\n name: \"Boolean\"\n }\n },\n enabledAzurePlans: {\n serializedName: \"enabledAzurePlans\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzurePlan\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const InvoiceSectionCreationRequest: msRest.CompositeMapper = {\n serializedName: \"InvoiceSectionCreationRequest\",\n type: {\n name: \"Composite\",\n className: \"InvoiceSectionCreationRequest\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InvoiceSectionWithCreateSubPermission: msRest.CompositeMapper = {\n serializedName: \"InvoiceSectionWithCreateSubPermission\",\n type: {\n name: \"Composite\",\n className: \"InvoiceSectionWithCreateSubPermission\",\n modelProperties: {\n invoiceSectionId: {\n readOnly: true,\n serializedName: \"invoiceSectionId\",\n type: {\n name: \"String\"\n }\n },\n invoiceSectionDisplayName: {\n readOnly: true,\n serializedName: \"invoiceSectionDisplayName\",\n type: {\n name: \"String\"\n }\n },\n invoiceSectionSystemId: {\n readOnly: true,\n serializedName: \"invoiceSectionSystemId\",\n type: {\n name: \"String\"\n }\n },\n billingProfileId: {\n readOnly: true,\n serializedName: \"billingProfileId\",\n type: {\n name: \"String\"\n }\n },\n billingProfileDisplayName: {\n readOnly: true,\n serializedName: \"billingProfileDisplayName\",\n type: {\n name: \"String\"\n }\n },\n billingProfileStatus: {\n readOnly: true,\n serializedName: \"billingProfileStatus\",\n type: {\n name: \"String\"\n }\n },\n billingProfileStatusReasonCode: {\n readOnly: true,\n serializedName: \"billingProfileStatusReasonCode\",\n type: {\n name: \"String\"\n }\n },\n billingProfileSpendingLimit: {\n readOnly: true,\n serializedName: \"billingProfileSpendingLimit\",\n type: {\n name: \"String\"\n }\n },\n billingProfileSystemId: {\n readOnly: true,\n serializedName: \"billingProfileSystemId\",\n type: {\n name: \"String\"\n }\n },\n enabledAzurePlans: {\n serializedName: \"enabledAzurePlans\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AzurePlan\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const DownloadUrl: msRest.CompositeMapper = {\n serializedName: \"DownloadUrl\",\n type: {\n name: \"Composite\",\n className: \"DownloadUrl\",\n modelProperties: {\n expiryTime: {\n readOnly: true,\n serializedName: \"expiryTime\",\n type: {\n name: \"DateTime\"\n }\n },\n url: {\n readOnly: true,\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorSubDetailsItem: msRest.CompositeMapper = {\n serializedName: \"ErrorSubDetailsItem\",\n type: {\n name: \"Composite\",\n className: \"ErrorSubDetailsItem\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetails: msRest.CompositeMapper = {\n serializedName: \"ErrorDetails\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\",\n modelProperties: {\n code: {\n readOnly: true,\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n readOnly: true,\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n target: {\n readOnly: true,\n serializedName: \"target\",\n type: {\n name: \"String\"\n }\n },\n details: {\n readOnly: true,\n serializedName: \"details\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorSubDetailsItem\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: msRest.CompositeMapper = {\n serializedName: \"ErrorResponse\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetails\"\n }\n }\n }\n }\n};\n\nexport const Amount: msRest.CompositeMapper = {\n serializedName: \"Amount\",\n type: {\n name: \"Composite\",\n className: \"Amount\",\n modelProperties: {\n currency: {\n readOnly: true,\n serializedName: \"currency\",\n type: {\n name: \"String\"\n }\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const Document: msRest.CompositeMapper = {\n serializedName: \"Document\",\n type: {\n name: \"Composite\",\n className: \"Document\",\n modelProperties: {\n kind: {\n readOnly: true,\n serializedName: \"kind\",\n type: {\n name: \"String\"\n }\n },\n url: {\n readOnly: true,\n serializedName: \"url\",\n type: {\n name: \"String\"\n }\n },\n source: {\n readOnly: true,\n serializedName: \"source\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PaymentProperties: msRest.CompositeMapper = {\n serializedName: \"PaymentProperties\",\n type: {\n name: \"Composite\",\n className: \"PaymentProperties\",\n modelProperties: {\n paymentType: {\n readOnly: true,\n serializedName: \"paymentType\",\n type: {\n name: \"String\"\n }\n },\n amount: {\n readOnly: true,\n serializedName: \"amount\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n date: {\n readOnly: true,\n serializedName: \"date\",\n type: {\n name: \"DateTime\"\n }\n },\n paymentMethodFamily: {\n serializedName: \"paymentMethodFamily\",\n type: {\n name: \"String\"\n }\n },\n paymentMethodType: {\n readOnly: true,\n serializedName: \"paymentMethodType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const RebillDetails: msRest.CompositeMapper = {\n serializedName: \"RebillDetails\",\n type: {\n name: \"Composite\",\n className: \"RebillDetails\",\n modelProperties: {\n creditNoteDocumentId: {\n readOnly: true,\n serializedName: \"creditNoteDocumentId\",\n type: {\n name: \"String\"\n }\n },\n invoiceDocumentId: {\n readOnly: true,\n serializedName: \"invoiceDocumentId\",\n type: {\n name: \"String\"\n }\n },\n rebillDetails: {\n readOnly: true,\n serializedName: \"rebillDetails\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"RebillDetails\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Invoice: msRest.CompositeMapper = {\n serializedName: \"Invoice\",\n type: {\n name: \"Composite\",\n className: \"Invoice\",\n modelProperties: {\n ...Resource.type.modelProperties,\n dueDate: {\n readOnly: true,\n serializedName: \"properties.dueDate\",\n type: {\n name: \"DateTime\"\n }\n },\n invoiceDate: {\n readOnly: true,\n serializedName: \"properties.invoiceDate\",\n type: {\n name: \"DateTime\"\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n amountDue: {\n readOnly: true,\n serializedName: \"properties.amountDue\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n azurePrepaymentApplied: {\n readOnly: true,\n serializedName: \"properties.azurePrepaymentApplied\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n billedAmount: {\n readOnly: true,\n serializedName: \"properties.billedAmount\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n creditAmount: {\n readOnly: true,\n serializedName: \"properties.creditAmount\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n freeAzureCreditApplied: {\n readOnly: true,\n serializedName: \"properties.freeAzureCreditApplied\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n subTotal: {\n readOnly: true,\n serializedName: \"properties.subTotal\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n taxAmount: {\n readOnly: true,\n serializedName: \"properties.taxAmount\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n totalAmount: {\n readOnly: true,\n serializedName: \"properties.totalAmount\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n invoicePeriodStartDate: {\n readOnly: true,\n serializedName: \"properties.invoicePeriodStartDate\",\n type: {\n name: \"DateTime\"\n }\n },\n invoicePeriodEndDate: {\n readOnly: true,\n serializedName: \"properties.invoicePeriodEndDate\",\n type: {\n name: \"DateTime\"\n }\n },\n invoiceType: {\n readOnly: true,\n serializedName: \"properties.invoiceType\",\n type: {\n name: \"String\"\n }\n },\n isMonthlyInvoice: {\n readOnly: true,\n serializedName: \"properties.isMonthlyInvoice\",\n type: {\n name: \"Boolean\"\n }\n },\n billingProfileId: {\n readOnly: true,\n serializedName: \"properties.billingProfileId\",\n type: {\n name: \"String\"\n }\n },\n billingProfileDisplayName: {\n readOnly: true,\n serializedName: \"properties.billingProfileDisplayName\",\n type: {\n name: \"String\"\n }\n },\n purchaseOrderNumber: {\n readOnly: true,\n serializedName: \"properties.purchaseOrderNumber\",\n type: {\n name: \"String\"\n }\n },\n documents: {\n readOnly: true,\n serializedName: \"properties.documents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Document\"\n }\n }\n }\n },\n payments: {\n readOnly: true,\n serializedName: \"properties.payments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PaymentProperties\"\n }\n }\n }\n },\n rebillDetails: {\n readOnly: true,\n serializedName: \"properties.rebillDetails\",\n type: {\n name: \"Dictionary\",\n value: {\n type: {\n name: \"Composite\",\n className: \"RebillDetails\"\n }\n }\n }\n },\n documentType: {\n readOnly: true,\n serializedName: \"properties.documentType\",\n type: {\n name: \"String\"\n }\n },\n billedDocumentId: {\n readOnly: true,\n serializedName: \"properties.billedDocumentId\",\n type: {\n name: \"String\"\n }\n },\n creditForDocumentId: {\n readOnly: true,\n serializedName: \"properties.creditForDocumentId\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n readOnly: true,\n serializedName: \"properties.subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Product: msRest.CompositeMapper = {\n serializedName: \"Product\",\n type: {\n name: \"Composite\",\n className: \"Product\",\n modelProperties: {\n ...Resource.type.modelProperties,\n autoRenew: {\n serializedName: \"properties.autoRenew\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n readOnly: true,\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n purchaseDate: {\n readOnly: true,\n serializedName: \"properties.purchaseDate\",\n type: {\n name: \"DateTime\"\n }\n },\n productTypeId: {\n readOnly: true,\n serializedName: \"properties.productTypeId\",\n type: {\n name: \"String\"\n }\n },\n productType: {\n readOnly: true,\n serializedName: \"properties.productType\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n },\n endDate: {\n readOnly: true,\n serializedName: \"properties.endDate\",\n type: {\n name: \"DateTime\"\n }\n },\n billingFrequency: {\n serializedName: \"properties.billingFrequency\",\n type: {\n name: \"String\"\n }\n },\n lastCharge: {\n readOnly: true,\n serializedName: \"properties.lastCharge\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n lastChargeDate: {\n readOnly: true,\n serializedName: \"properties.lastChargeDate\",\n type: {\n name: \"DateTime\"\n }\n },\n quantity: {\n readOnly: true,\n serializedName: \"properties.quantity\",\n type: {\n name: \"Number\"\n }\n },\n skuId: {\n readOnly: true,\n serializedName: \"properties.skuId\",\n type: {\n name: \"String\"\n }\n },\n skuDescription: {\n readOnly: true,\n serializedName: \"properties.skuDescription\",\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n readOnly: true,\n serializedName: \"properties.tenantId\",\n type: {\n name: \"String\"\n }\n },\n availabilityId: {\n readOnly: true,\n serializedName: \"properties.availabilityId\",\n type: {\n name: \"String\"\n }\n },\n invoiceSectionId: {\n readOnly: true,\n serializedName: \"properties.invoiceSectionId\",\n type: {\n name: \"String\"\n }\n },\n invoiceSectionDisplayName: {\n readOnly: true,\n serializedName: \"properties.invoiceSectionDisplayName\",\n type: {\n name: \"String\"\n }\n },\n billingProfileId: {\n readOnly: true,\n serializedName: \"properties.billingProfileId\",\n type: {\n name: \"String\"\n }\n },\n billingProfileDisplayName: {\n readOnly: true,\n serializedName: \"properties.billingProfileDisplayName\",\n type: {\n name: \"String\"\n }\n },\n customerId: {\n readOnly: true,\n serializedName: \"properties.customerId\",\n type: {\n name: \"String\"\n }\n },\n customerDisplayName: {\n readOnly: true,\n serializedName: \"properties.customerDisplayName\",\n type: {\n name: \"String\"\n }\n },\n reseller: {\n readOnly: true,\n serializedName: \"properties.reseller\",\n type: {\n name: \"Composite\",\n className: \"Reseller\"\n }\n }\n }\n }\n};\n\nexport const ValidateProductTransferEligibilityError: msRest.CompositeMapper = {\n serializedName: \"ValidateProductTransferEligibilityError\",\n type: {\n name: \"Composite\",\n className: \"ValidateProductTransferEligibilityError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ValidateProductTransferEligibilityResult: msRest.CompositeMapper = {\n serializedName: \"ValidateProductTransferEligibilityResult\",\n type: {\n name: \"Composite\",\n className: \"ValidateProductTransferEligibilityResult\",\n modelProperties: {\n isMoveEligible: {\n readOnly: true,\n serializedName: \"isMoveEligible\",\n type: {\n name: \"Boolean\"\n }\n },\n errorDetails: {\n serializedName: \"errorDetails\",\n type: {\n name: \"Composite\",\n className: \"ValidateProductTransferEligibilityError\"\n }\n }\n }\n }\n};\n\nexport const BillingSubscription: msRest.CompositeMapper = {\n serializedName: \"BillingSubscription\",\n type: {\n name: \"Composite\",\n className: \"BillingSubscription\",\n modelProperties: {\n ...Resource.type.modelProperties,\n displayName: {\n readOnly: true,\n serializedName: \"properties.displayName\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n readOnly: true,\n serializedName: \"properties.subscriptionId\",\n type: {\n name: \"Uuid\"\n }\n },\n subscriptionBillingStatus: {\n serializedName: \"properties.subscriptionBillingStatus\",\n type: {\n name: \"String\"\n }\n },\n lastMonthCharges: {\n readOnly: true,\n serializedName: \"properties.lastMonthCharges\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n monthToDateCharges: {\n readOnly: true,\n serializedName: \"properties.monthToDateCharges\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n billingProfileId: {\n readOnly: true,\n serializedName: \"properties.billingProfileId\",\n type: {\n name: \"String\"\n }\n },\n billingProfileDisplayName: {\n readOnly: true,\n serializedName: \"properties.billingProfileDisplayName\",\n type: {\n name: \"String\"\n }\n },\n costCenter: {\n serializedName: \"properties.costCenter\",\n type: {\n name: \"String\"\n }\n },\n customerId: {\n readOnly: true,\n serializedName: \"properties.customerId\",\n type: {\n name: \"String\"\n }\n },\n customerDisplayName: {\n readOnly: true,\n serializedName: \"properties.customerDisplayName\",\n type: {\n name: \"String\"\n }\n },\n invoiceSectionId: {\n readOnly: true,\n serializedName: \"properties.invoiceSectionId\",\n type: {\n name: \"String\"\n }\n },\n invoiceSectionDisplayName: {\n readOnly: true,\n serializedName: \"properties.invoiceSectionDisplayName\",\n type: {\n name: \"String\"\n }\n },\n reseller: {\n readOnly: true,\n serializedName: \"properties.reseller\",\n type: {\n name: \"Composite\",\n className: \"Reseller\"\n }\n },\n skuId: {\n serializedName: \"properties.skuId\",\n type: {\n name: \"String\"\n }\n },\n skuDescription: {\n readOnly: true,\n serializedName: \"properties.skuDescription\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnrollmentAccountContext: msRest.CompositeMapper = {\n serializedName: \"EnrollmentAccountContext\",\n type: {\n name: \"Composite\",\n className: \"EnrollmentAccountContext\",\n modelProperties: {\n costCenter: {\n serializedName: \"costCenter\",\n type: {\n name: \"String\"\n }\n },\n startDate: {\n serializedName: \"startDate\",\n type: {\n name: \"DateTime\"\n }\n },\n endDate: {\n serializedName: \"endDate\",\n type: {\n name: \"DateTime\"\n }\n },\n enrollmentAccountName: {\n serializedName: \"enrollmentAccountName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Transaction: msRest.CompositeMapper = {\n serializedName: \"Transaction\",\n type: {\n name: \"Composite\",\n className: \"Transaction\",\n modelProperties: {\n ...Resource.type.modelProperties,\n kind: {\n serializedName: \"properties.kind\",\n type: {\n name: \"String\"\n }\n },\n date: {\n readOnly: true,\n serializedName: \"properties.date\",\n type: {\n name: \"DateTime\"\n }\n },\n invoice: {\n readOnly: true,\n serializedName: \"properties.invoice\",\n type: {\n name: \"String\"\n }\n },\n invoiceId: {\n readOnly: true,\n serializedName: \"properties.invoiceId\",\n type: {\n name: \"String\"\n }\n },\n orderId: {\n readOnly: true,\n serializedName: \"properties.orderId\",\n type: {\n name: \"String\"\n }\n },\n orderName: {\n readOnly: true,\n serializedName: \"properties.orderName\",\n type: {\n name: \"String\"\n }\n },\n productFamily: {\n readOnly: true,\n serializedName: \"properties.productFamily\",\n type: {\n name: \"String\"\n }\n },\n productTypeId: {\n readOnly: true,\n serializedName: \"properties.productTypeId\",\n type: {\n name: \"String\"\n }\n },\n productType: {\n readOnly: true,\n serializedName: \"properties.productType\",\n type: {\n name: \"String\"\n }\n },\n productDescription: {\n readOnly: true,\n serializedName: \"properties.productDescription\",\n type: {\n name: \"String\"\n }\n },\n transactionType: {\n serializedName: \"properties.transactionType\",\n type: {\n name: \"String\"\n }\n },\n transactionAmount: {\n readOnly: true,\n serializedName: \"properties.transactionAmount\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n quantity: {\n readOnly: true,\n serializedName: \"properties.quantity\",\n type: {\n name: \"Number\"\n }\n },\n invoiceSectionId: {\n readOnly: true,\n serializedName: \"properties.invoiceSectionId\",\n type: {\n name: \"String\"\n }\n },\n invoiceSectionDisplayName: {\n readOnly: true,\n serializedName: \"properties.invoiceSectionDisplayName\",\n type: {\n name: \"String\"\n }\n },\n billingProfileId: {\n readOnly: true,\n serializedName: \"properties.billingProfileId\",\n type: {\n name: \"String\"\n }\n },\n billingProfileDisplayName: {\n readOnly: true,\n serializedName: \"properties.billingProfileDisplayName\",\n type: {\n name: \"String\"\n }\n },\n customerId: {\n readOnly: true,\n serializedName: \"properties.customerId\",\n type: {\n name: \"String\"\n }\n },\n customerDisplayName: {\n readOnly: true,\n serializedName: \"properties.customerDisplayName\",\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n readOnly: true,\n serializedName: \"properties.subscriptionId\",\n type: {\n name: \"String\"\n }\n },\n subscriptionName: {\n readOnly: true,\n serializedName: \"properties.subscriptionName\",\n type: {\n name: \"String\"\n }\n },\n azurePlan: {\n readOnly: true,\n serializedName: \"properties.azurePlan\",\n type: {\n name: \"String\"\n }\n },\n azureCreditApplied: {\n readOnly: true,\n serializedName: \"properties.azureCreditApplied\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n billingCurrency: {\n readOnly: true,\n serializedName: \"properties.billingCurrency\",\n type: {\n name: \"String\"\n }\n },\n discount: {\n readOnly: true,\n serializedName: \"properties.discount\",\n type: {\n name: \"Number\"\n }\n },\n effectivePrice: {\n readOnly: true,\n serializedName: \"properties.effectivePrice\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n exchangeRate: {\n readOnly: true,\n serializedName: \"properties.exchangeRate\",\n type: {\n name: \"Number\"\n }\n },\n marketPrice: {\n readOnly: true,\n serializedName: \"properties.marketPrice\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n pricingCurrency: {\n readOnly: true,\n serializedName: \"properties.pricingCurrency\",\n type: {\n name: \"String\"\n }\n },\n servicePeriodStartDate: {\n readOnly: true,\n serializedName: \"properties.servicePeriodStartDate\",\n type: {\n name: \"DateTime\"\n }\n },\n servicePeriodEndDate: {\n readOnly: true,\n serializedName: \"properties.servicePeriodEndDate\",\n type: {\n name: \"DateTime\"\n }\n },\n subTotal: {\n readOnly: true,\n serializedName: \"properties.subTotal\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n tax: {\n readOnly: true,\n serializedName: \"properties.tax\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n },\n unitOfMeasure: {\n readOnly: true,\n serializedName: \"properties.unitOfMeasure\",\n type: {\n name: \"String\"\n }\n },\n units: {\n readOnly: true,\n serializedName: \"properties.units\",\n type: {\n name: \"Number\"\n }\n },\n unitType: {\n readOnly: true,\n serializedName: \"properties.unitType\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Policy: msRest.CompositeMapper = {\n serializedName: \"Policy\",\n type: {\n name: \"Composite\",\n className: \"Policy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n marketplacePurchases: {\n serializedName: \"properties.marketplacePurchases\",\n type: {\n name: \"String\"\n }\n },\n reservationPurchases: {\n serializedName: \"properties.reservationPurchases\",\n type: {\n name: \"String\"\n }\n },\n viewCharges: {\n serializedName: \"properties.viewCharges\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomerPolicy: msRest.CompositeMapper = {\n serializedName: \"CustomerPolicy\",\n type: {\n name: \"Composite\",\n className: \"CustomerPolicy\",\n modelProperties: {\n ...Resource.type.modelProperties,\n viewCharges: {\n serializedName: \"properties.viewCharges\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailableBalance: msRest.CompositeMapper = {\n serializedName: \"AvailableBalance\",\n type: {\n name: \"Composite\",\n className: \"AvailableBalance\",\n modelProperties: {\n ...Resource.type.modelProperties,\n amount: {\n readOnly: true,\n serializedName: \"properties.amount\",\n type: {\n name: \"Composite\",\n className: \"Amount\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: msRest.CompositeMapper = {\n serializedName: \"Operation_display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n readOnly: true,\n serializedName: \"provider\",\n type: {\n name: \"String\"\n }\n },\n resource: {\n readOnly: true,\n serializedName: \"resource\",\n type: {\n name: \"String\"\n }\n },\n operation: {\n readOnly: true,\n serializedName: \"operation\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: msRest.CompositeMapper = {\n serializedName: \"Operation\",\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n readOnly: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n }\n }\n }\n};\n\nexport const BillingRoleAssignment: msRest.CompositeMapper = {\n serializedName: \"BillingRoleAssignment\",\n type: {\n name: \"Composite\",\n className: \"BillingRoleAssignment\",\n modelProperties: {\n ...Resource.type.modelProperties,\n createdOn: {\n readOnly: true,\n serializedName: \"properties.createdOn\",\n type: {\n name: \"String\"\n }\n },\n createdByPrincipalTenantId: {\n readOnly: true,\n serializedName: \"properties.createdByPrincipalTenantId\",\n type: {\n name: \"String\"\n }\n },\n createdByPrincipalId: {\n readOnly: true,\n serializedName: \"properties.createdByPrincipalId\",\n type: {\n name: \"String\"\n }\n },\n createdByUserEmailAddress: {\n readOnly: true,\n serializedName: \"properties.createdByUserEmailAddress\",\n type: {\n name: \"String\"\n }\n },\n principalId: {\n serializedName: \"properties.principalId\",\n type: {\n name: \"String\"\n }\n },\n principalTenantId: {\n serializedName: \"properties.principalTenantId\",\n type: {\n name: \"String\"\n }\n },\n roleDefinitionId: {\n serializedName: \"properties.roleDefinitionId\",\n type: {\n name: \"String\"\n }\n },\n scope: {\n readOnly: true,\n serializedName: \"properties.scope\",\n type: {\n name: \"String\"\n }\n },\n userAuthenticationType: {\n serializedName: \"properties.userAuthenticationType\",\n type: {\n name: \"String\"\n }\n },\n userEmailAddress: {\n serializedName: \"properties.userEmailAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingPermissionsProperties: msRest.CompositeMapper = {\n serializedName: \"BillingPermissionsProperties\",\n type: {\n name: \"Composite\",\n className: \"BillingPermissionsProperties\",\n modelProperties: {\n actions: {\n readOnly: true,\n serializedName: \"actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n notActions: {\n readOnly: true,\n serializedName: \"notActions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BillingRoleDefinition: msRest.CompositeMapper = {\n serializedName: \"BillingRoleDefinition\",\n type: {\n name: \"Composite\",\n className: \"BillingRoleDefinition\",\n modelProperties: {\n ...Resource.type.modelProperties,\n description: {\n readOnly: true,\n serializedName: \"properties.description\",\n type: {\n name: \"String\"\n }\n },\n permissions: {\n serializedName: \"properties.permissions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingPermissionsProperties\"\n }\n }\n }\n },\n roleName: {\n readOnly: true,\n serializedName: \"properties.roleName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Participants: msRest.CompositeMapper = {\n serializedName: \"Participants\",\n type: {\n name: \"Composite\",\n className: \"Participants\",\n modelProperties: {\n status: {\n readOnly: true,\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n },\n statusDate: {\n readOnly: true,\n serializedName: \"statusDate\",\n type: {\n name: \"DateTime\"\n }\n },\n email: {\n readOnly: true,\n serializedName: \"email\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Agreement: msRest.CompositeMapper = {\n serializedName: \"Agreement\",\n type: {\n name: \"Composite\",\n className: \"Agreement\",\n modelProperties: {\n ...Resource.type.modelProperties,\n agreementLink: {\n readOnly: true,\n serializedName: \"properties.agreementLink\",\n type: {\n name: \"String\"\n }\n },\n category: {\n readOnly: true,\n serializedName: \"properties.category\",\n type: {\n name: \"String\"\n }\n },\n acceptanceMode: {\n readOnly: true,\n serializedName: \"properties.acceptanceMode\",\n type: {\n name: \"String\"\n }\n },\n effectiveDate: {\n readOnly: true,\n serializedName: \"properties.effectiveDate\",\n type: {\n name: \"DateTime\"\n }\n },\n expirationDate: {\n readOnly: true,\n serializedName: \"properties.expirationDate\",\n type: {\n name: \"DateTime\"\n }\n },\n participants: {\n serializedName: \"properties.participants\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Participants\"\n }\n }\n }\n },\n status: {\n readOnly: true,\n serializedName: \"properties.status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnrollmentAccountSummary: msRest.CompositeMapper = {\n serializedName: \"EnrollmentAccountSummary\",\n type: {\n name: \"Composite\",\n className: \"EnrollmentAccountSummary\",\n modelProperties: {\n ...Resource.type.modelProperties,\n principalName: {\n readOnly: true,\n serializedName: \"properties.principalName\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingPeriod: msRest.CompositeMapper = {\n serializedName: \"BillingPeriod\",\n type: {\n name: \"Composite\",\n className: \"BillingPeriod\",\n modelProperties: {\n ...Resource.type.modelProperties,\n billingPeriodStartDate: {\n readOnly: true,\n serializedName: \"properties.billingPeriodStartDate\",\n type: {\n name: \"Date\"\n }\n },\n billingPeriodEndDate: {\n readOnly: true,\n serializedName: \"properties.billingPeriodEndDate\",\n type: {\n name: \"Date\"\n }\n },\n invoiceIds: {\n readOnly: true,\n serializedName: \"properties.invoiceIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const BillingProfilesCreateOrUpdateHeaders: msRest.CompositeMapper = {\n serializedName: \"billingprofiles-createorupdate-headers\",\n type: {\n name: \"Composite\",\n className: \"BillingProfilesCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const InvoiceSectionsCreateOrUpdateHeaders: msRest.CompositeMapper = {\n serializedName: \"invoicesections-createorupdate-headers\",\n type: {\n name: \"Composite\",\n className: \"InvoiceSectionsCreateOrUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const InvoicesDownloadInvoiceHeaders: msRest.CompositeMapper = {\n serializedName: \"invoices-downloadinvoice-headers\",\n type: {\n name: \"Composite\",\n className: \"InvoicesDownloadInvoiceHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InvoicesDownloadMultipleModernInvoiceHeaders: msRest.CompositeMapper = {\n serializedName: \"invoices-downloadmultiplemoderninvoice-headers\",\n type: {\n name: \"Composite\",\n className: \"InvoicesDownloadMultipleModernInvoiceHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InvoicesDownloadBillingSubscriptionInvoiceHeaders: msRest.CompositeMapper = {\n serializedName: \"invoices-downloadbillingsubscriptioninvoice-headers\",\n type: {\n name: \"Composite\",\n className: \"InvoicesDownloadBillingSubscriptionInvoiceHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders: msRest.CompositeMapper = {\n serializedName: \"invoices-downloadmultiplebillingsubscriptioninvoice-headers\",\n type: {\n name: \"Composite\",\n className: \"InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingSubscriptionsMoveHeaders: msRest.CompositeMapper = {\n serializedName: \"billingsubscriptions-move-headers\",\n type: {\n name: \"Composite\",\n className: \"BillingSubscriptionsMoveHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const ProductsMoveHeaders: msRest.CompositeMapper = {\n serializedName: \"products-move-headers\",\n type: {\n name: \"Composite\",\n className: \"ProductsMoveHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const BillingAccountListResult: msRest.CompositeMapper = {\n serializedName: \"BillingAccountListResult\",\n type: {\n name: \"Composite\",\n className: \"BillingAccountListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingAccount\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InvoiceSectionListWithCreateSubPermissionResult: msRest.CompositeMapper = {\n serializedName: \"InvoiceSectionListWithCreateSubPermissionResult\",\n type: {\n name: \"Composite\",\n className: \"InvoiceSectionListWithCreateSubPermissionResult\",\n modelProperties: {\n value: {\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InvoiceSectionWithCreateSubPermission\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InstructionListResult: msRest.CompositeMapper = {\n serializedName: \"InstructionListResult\",\n type: {\n name: \"Composite\",\n className: \"InstructionListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Instruction\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingProfileListResult: msRest.CompositeMapper = {\n serializedName: \"BillingProfileListResult\",\n type: {\n name: \"Composite\",\n className: \"BillingProfileListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingProfile\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CustomerListResult: msRest.CompositeMapper = {\n serializedName: \"CustomerListResult\",\n type: {\n name: \"Composite\",\n className: \"CustomerListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Customer\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InvoiceSectionListResult: msRest.CompositeMapper = {\n serializedName: \"InvoiceSectionListResult\",\n type: {\n name: \"Composite\",\n className: \"InvoiceSectionListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"InvoiceSection\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingPermissionsListResult: msRest.CompositeMapper = {\n serializedName: \"BillingPermissionsListResult\",\n type: {\n name: \"Composite\",\n className: \"BillingPermissionsListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingPermissionsProperties\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingSubscriptionsListResult: msRest.CompositeMapper = {\n serializedName: \"BillingSubscriptionsListResult\",\n type: {\n name: \"Composite\",\n className: \"BillingSubscriptionsListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingSubscription\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ProductsListResult: msRest.CompositeMapper = {\n serializedName: \"ProductsListResult\",\n type: {\n name: \"Composite\",\n className: \"ProductsListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Product\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const InvoiceListResult: msRest.CompositeMapper = {\n serializedName: \"InvoiceListResult\",\n type: {\n name: \"Composite\",\n className: \"InvoiceListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Invoice\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TransactionListResult: msRest.CompositeMapper = {\n serializedName: \"TransactionListResult\",\n type: {\n name: \"Composite\",\n className: \"TransactionListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Transaction\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: msRest.CompositeMapper = {\n serializedName: \"OperationListResult\",\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingRoleDefinitionListResult: msRest.CompositeMapper = {\n serializedName: \"BillingRoleDefinitionListResult\",\n type: {\n name: \"Composite\",\n className: \"BillingRoleDefinitionListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingRoleDefinition\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingRoleAssignmentListResult: msRest.CompositeMapper = {\n serializedName: \"BillingRoleAssignmentListResult\",\n type: {\n name: \"Composite\",\n className: \"BillingRoleAssignmentListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingRoleAssignment\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AgreementListResult: msRest.CompositeMapper = {\n serializedName: \"AgreementListResult\",\n type: {\n name: \"Composite\",\n className: \"AgreementListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Agreement\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const EnrollmentAccountListResult: msRest.CompositeMapper = {\n serializedName: \"EnrollmentAccountListResult\",\n type: {\n name: \"Composite\",\n className: \"EnrollmentAccountListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"EnrollmentAccountSummary\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const BillingPeriodsListResult: msRest.CompositeMapper = {\n serializedName: \"BillingPeriodsListResult\",\n type: {\n name: \"Composite\",\n className: \"BillingPeriodsListResult\",\n modelProperties: {\n value: {\n readOnly: true,\n serializedName: \"\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BillingPeriod\"\n }\n }\n }\n },\n nextLink: {\n readOnly: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingAccountListResult,\n BillingAccountUpdateRequest,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionListWithCreateSubPermissionResult,\n InvoiceSectionsOnExpand,\n InvoiceSectionWithCreateSubPermission,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\n\nexport const acceptLanguage: msRest.OperationParameter = {\n parameterPath: \"acceptLanguage\",\n mapper: {\n serializedName: \"accept-language\",\n defaultValue: 'en-US',\n type: {\n name: \"String\"\n }\n }\n};\nexport const agreementName: msRest.OperationURLParameter = {\n parameterPath: \"agreementName\",\n mapper: {\n required: true,\n serializedName: \"agreementName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion0: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2020-05-01',\n type: {\n name: \"String\"\n }\n }\n};\nexport const apiVersion1: msRest.OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n required: true,\n isConstant: true,\n serializedName: \"api-version\",\n defaultValue: '2018-03-01-preview',\n type: {\n name: \"String\"\n }\n }\n};\nexport const billingAccountName: msRest.OperationURLParameter = {\n parameterPath: \"billingAccountName\",\n mapper: {\n required: true,\n serializedName: \"billingAccountName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const billingPeriodName: msRest.OperationURLParameter = {\n parameterPath: \"billingPeriodName\",\n mapper: {\n required: true,\n serializedName: \"billingPeriodName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const billingProfileName: msRest.OperationURLParameter = {\n parameterPath: \"billingProfileName\",\n mapper: {\n required: true,\n serializedName: \"billingProfileName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const billingRoleAssignmentName: msRest.OperationURLParameter = {\n parameterPath: \"billingRoleAssignmentName\",\n mapper: {\n required: true,\n serializedName: \"billingRoleAssignmentName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const billingRoleDefinitionName: msRest.OperationURLParameter = {\n parameterPath: \"billingRoleDefinitionName\",\n mapper: {\n required: true,\n serializedName: \"billingRoleDefinitionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const customerName: msRest.OperationURLParameter = {\n parameterPath: \"customerName\",\n mapper: {\n required: true,\n serializedName: \"customerName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const downloadToken: msRest.OperationQueryParameter = {\n parameterPath: \"downloadToken\",\n mapper: {\n required: true,\n serializedName: \"downloadToken\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const expand: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"expand\"\n ],\n mapper: {\n serializedName: \"$expand\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const filter: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"filter\"\n ],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const instructionName: msRest.OperationURLParameter = {\n parameterPath: \"instructionName\",\n mapper: {\n required: true,\n serializedName: \"instructionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const invoiceName: msRest.OperationURLParameter = {\n parameterPath: \"invoiceName\",\n mapper: {\n required: true,\n serializedName: \"invoiceName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const invoiceSectionName: msRest.OperationURLParameter = {\n parameterPath: \"invoiceSectionName\",\n mapper: {\n required: true,\n serializedName: \"invoiceSectionName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const name: msRest.OperationURLParameter = {\n parameterPath: \"name\",\n mapper: {\n required: true,\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const nextPageLink: msRest.OperationURLParameter = {\n parameterPath: \"nextPageLink\",\n mapper: {\n required: true,\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\nexport const periodEndDate: msRest.OperationQueryParameter = {\n parameterPath: \"periodEndDate\",\n mapper: {\n required: true,\n serializedName: \"periodEndDate\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const periodStartDate: msRest.OperationQueryParameter = {\n parameterPath: \"periodStartDate\",\n mapper: {\n required: true,\n serializedName: \"periodStartDate\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const productName: msRest.OperationURLParameter = {\n parameterPath: \"productName\",\n mapper: {\n required: true,\n serializedName: \"productName\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const search: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"search\"\n ],\n mapper: {\n serializedName: \"$search\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const skiptoken: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"skiptoken\"\n ],\n mapper: {\n serializedName: \"$skiptoken\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const subscriptionId: msRest.OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n required: true,\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\"\n }\n }\n};\nexport const top: msRest.OperationQueryParameter = {\n parameterPath: [\n \"options\",\n \"top\"\n ],\n mapper: {\n serializedName: \"$top\",\n constraints: {\n InclusiveMaximum: 100,\n InclusiveMinimum: 1\n },\n type: {\n name: \"Number\"\n }\n }\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/billingAccountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a BillingAccounts. */\nexport class BillingAccounts {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a BillingAccounts.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the billing accounts that a user has access to.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingAccountsListResponse>\n */\n list(options?: Models.BillingAccountsListOptionalParams): Promise<Models.BillingAccountsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.BillingAccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: Models.BillingAccountsListOptionalParams, callback: msRest.ServiceCallback<Models.BillingAccountListResult>): void;\n list(options?: Models.BillingAccountsListOptionalParams | msRest.ServiceCallback<Models.BillingAccountListResult>, callback?: msRest.ServiceCallback<Models.BillingAccountListResult>): Promise<Models.BillingAccountsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.BillingAccountsListResponse>;\n }\n\n /**\n * Gets a billing account by its ID.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingAccountsGetResponse>\n */\n get(billingAccountName: string, options?: Models.BillingAccountsGetOptionalParams): Promise<Models.BillingAccountsGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n get(billingAccountName: string, callback: msRest.ServiceCallback<Models.BillingAccount>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, options: Models.BillingAccountsGetOptionalParams, callback: msRest.ServiceCallback<Models.BillingAccount>): void;\n get(billingAccountName: string, options?: Models.BillingAccountsGetOptionalParams | msRest.ServiceCallback<Models.BillingAccount>, callback?: msRest.ServiceCallback<Models.BillingAccount>): Promise<Models.BillingAccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.BillingAccountsGetResponse>;\n }\n\n /**\n * Updates the properties of a billing account. Currently, displayName and address can be updated.\n * The operation is supported only for billing accounts with agreement type Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param parameters Request parameters that are provided to the update billing account operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingAccountsUpdateResponse>\n */\n update(billingAccountName: string, parameters: Models.BillingAccountUpdateRequest, options?: msRest.RequestOptionsBase): Promise<Models.BillingAccountsUpdateResponse> {\n return this.beginUpdate(billingAccountName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.BillingAccountsUpdateResponse>;\n }\n\n /**\n * Lists the invoice sections for which the user has permission to create Azure subscriptions. The\n * operation is supported only for billing accounts with agreement type Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionResponse>\n */\n listInvoiceSectionsByCreateSubscriptionPermission(billingAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n listInvoiceSectionsByCreateSubscriptionPermission(billingAccountName: string, callback: msRest.ServiceCallback<Models.InvoiceSectionListWithCreateSubPermissionResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listInvoiceSectionsByCreateSubscriptionPermission(billingAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceSectionListWithCreateSubPermissionResult>): void;\n listInvoiceSectionsByCreateSubscriptionPermission(billingAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceSectionListWithCreateSubPermissionResult>, callback?: msRest.ServiceCallback<Models.InvoiceSectionListWithCreateSubPermissionResult>): Promise<Models.BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n listInvoiceSectionsByCreateSubscriptionPermissionOperationSpec,\n callback) as Promise<Models.BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionResponse>;\n }\n\n /**\n * Updates the properties of a billing account. Currently, displayName and address can be updated.\n * The operation is supported only for billing accounts with agreement type Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param parameters Request parameters that are provided to the update billing account operation.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginUpdate(billingAccountName: string, parameters: Models.BillingAccountUpdateRequest, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n billingAccountName,\n parameters,\n options\n },\n beginUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists the billing accounts that a user has access to.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingAccountsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingAccountsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingAccountListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingAccountListResult>, callback?: msRest.ServiceCallback<Models.BillingAccountListResult>): Promise<Models.BillingAccountsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.BillingAccountsListNextResponse>;\n }\n\n /**\n * Lists the invoice sections for which the user has permission to create Azure subscriptions. The\n * operation is supported only for billing accounts with agreement type Microsoft Customer\n * Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns\n * Promise<Models.BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionNextResponse>\n */\n listInvoiceSectionsByCreateSubscriptionPermissionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listInvoiceSectionsByCreateSubscriptionPermissionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.InvoiceSectionListWithCreateSubPermissionResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listInvoiceSectionsByCreateSubscriptionPermissionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceSectionListWithCreateSubPermissionResult>): void;\n listInvoiceSectionsByCreateSubscriptionPermissionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceSectionListWithCreateSubPermissionResult>, callback?: msRest.ServiceCallback<Models.InvoiceSectionListWithCreateSubPermissionResult>): Promise<Models.BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listInvoiceSectionsByCreateSubscriptionPermissionNextOperationSpec,\n callback) as Promise<Models.BillingAccountsListInvoiceSectionsByCreateSubscriptionPermissionNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts\",\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingAccount\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listInvoiceSectionsByCreateSubscriptionPermissionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/listInvoiceSectionsWithCreateSubscriptionPermission\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceSectionListWithCreateSubPermissionResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.BillingAccountUpdateRequest,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BillingAccount\n },\n 202: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listInvoiceSectionsByCreateSubscriptionPermissionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceSectionListWithCreateSubPermissionResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n ValidateAddressResponse\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/addressMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a Address. */\nexport class Address {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a Address.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Validates an address. Use the operation to validate an address before using it as soldTo or a\n * billTo address.\n * @param address\n * @param [options] The optional parameters\n * @returns Promise<Models.AddressValidateResponse>\n */\n validate(address: Models.AddressDetails, options?: msRest.RequestOptionsBase): Promise<Models.AddressValidateResponse>;\n /**\n * @param address\n * @param callback The callback\n */\n validate(address: Models.AddressDetails, callback: msRest.ServiceCallback<Models.ValidateAddressResponse>): void;\n /**\n * @param address\n * @param options The optional parameters\n * @param callback The callback\n */\n validate(address: Models.AddressDetails, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ValidateAddressResponse>): void;\n validate(address: Models.AddressDetails, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ValidateAddressResponse>, callback?: msRest.ServiceCallback<Models.ValidateAddressResponse>): Promise<Models.AddressValidateResponse> {\n return this.client.sendOperationRequest(\n {\n address,\n options\n },\n validateOperationSpec,\n callback) as Promise<Models.AddressValidateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst validateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/validateAddress\",\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"address\",\n mapper: {\n ...Mappers.AddressDetails,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ValidateAddressResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/availableBalancesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a AvailableBalances. */\nexport class AvailableBalances {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a AvailableBalances.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * The available credit balance for a billing profile. This is the balance that can be used for pay\n * now to settle due or past due invoices. The operation is supported only for billing accounts\n * with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.AvailableBalancesGetResponse>\n */\n get(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase): Promise<Models.AvailableBalancesGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n get(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.AvailableBalance>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, billingProfileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AvailableBalance>): void;\n get(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AvailableBalance>, callback?: msRest.ServiceCallback<Models.AvailableBalance>): Promise<Models.AvailableBalancesGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AvailableBalancesGetResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/availableBalance/default\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AvailableBalance\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n InstructionListResult,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/instructionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a Instructions. */\nexport class Instructions {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a Instructions.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the instructions by billing profile id.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.InstructionsListByBillingProfileResponse>\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase): Promise<Models.InstructionsListByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.InstructionListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InstructionListResult>): void;\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InstructionListResult>, callback?: msRest.ServiceCallback<Models.InstructionListResult>): Promise<Models.InstructionsListByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n listByBillingProfileOperationSpec,\n callback) as Promise<Models.InstructionsListByBillingProfileResponse>;\n }\n\n /**\n * Get the instruction by name. These are custom billing instructions and are only applicable for\n * certain customers.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param instructionName Instruction Name.\n * @param [options] The optional parameters\n * @returns Promise<Models.InstructionsGetResponse>\n */\n get(billingAccountName: string, billingProfileName: string, instructionName: string, options?: msRest.RequestOptionsBase): Promise<Models.InstructionsGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param instructionName Instruction Name.\n * @param callback The callback\n */\n get(billingAccountName: string, billingProfileName: string, instructionName: string, callback: msRest.ServiceCallback<Models.Instruction>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param instructionName Instruction Name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, billingProfileName: string, instructionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Instruction>): void;\n get(billingAccountName: string, billingProfileName: string, instructionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Instruction>, callback?: msRest.ServiceCallback<Models.Instruction>): Promise<Models.InstructionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n instructionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.InstructionsGetResponse>;\n }\n\n /**\n * Creates or updates an instruction. These are custom billing instructions and are only applicable\n * for certain customers.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param instructionName Instruction Name.\n * @param parameters The new instruction.\n * @param [options] The optional parameters\n * @returns Promise<Models.InstructionsPutResponse>\n */\n put(billingAccountName: string, billingProfileName: string, instructionName: string, parameters: Models.Instruction, options?: msRest.RequestOptionsBase): Promise<Models.InstructionsPutResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param instructionName Instruction Name.\n * @param parameters The new instruction.\n * @param callback The callback\n */\n put(billingAccountName: string, billingProfileName: string, instructionName: string, parameters: Models.Instruction, callback: msRest.ServiceCallback<Models.Instruction>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param instructionName Instruction Name.\n * @param parameters The new instruction.\n * @param options The optional parameters\n * @param callback The callback\n */\n put(billingAccountName: string, billingProfileName: string, instructionName: string, parameters: Models.Instruction, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Instruction>): void;\n put(billingAccountName: string, billingProfileName: string, instructionName: string, parameters: Models.Instruction, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Instruction>, callback?: msRest.ServiceCallback<Models.Instruction>): Promise<Models.InstructionsPutResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n instructionName,\n parameters,\n options\n },\n putOperationSpec,\n callback) as Promise<Models.InstructionsPutResponse>;\n }\n\n /**\n * Lists the instructions by billing profile id.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.InstructionsListByBillingProfileNextResponse>\n */\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.InstructionsListByBillingProfileNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.InstructionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InstructionListResult>): void;\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InstructionListResult>, callback?: msRest.ServiceCallback<Models.InstructionListResult>): Promise<Models.InstructionsListByBillingProfileNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingProfileNextOperationSpec,\n callback) as Promise<Models.InstructionsListByBillingProfileNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/instructions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InstructionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/instructions/{instructionName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.instructionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Instruction\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst putOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/instructions/{instructionName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.instructionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Instruction,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Instruction\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InstructionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfileListResult,\n BillingProfilesCreateOrUpdateHeaders,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/billingProfilesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a BillingProfiles. */\nexport class BillingProfiles {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a BillingProfiles.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the billing profiles that a user has access to. The operation is supported for billing\n * accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingProfilesListByBillingAccountResponse>\n */\n listByBillingAccount(billingAccountName: string, options?: Models.BillingProfilesListByBillingAccountOptionalParams): Promise<Models.BillingProfilesListByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.BillingProfileListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, options: Models.BillingProfilesListByBillingAccountOptionalParams, callback: msRest.ServiceCallback<Models.BillingProfileListResult>): void;\n listByBillingAccount(billingAccountName: string, options?: Models.BillingProfilesListByBillingAccountOptionalParams | msRest.ServiceCallback<Models.BillingProfileListResult>, callback?: msRest.ServiceCallback<Models.BillingProfileListResult>): Promise<Models.BillingProfilesListByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n listByBillingAccountOperationSpec,\n callback) as Promise<Models.BillingProfilesListByBillingAccountResponse>;\n }\n\n /**\n * Gets a billing profile by its ID. The operation is supported for billing accounts with agreement\n * type Microsoft Customer Agreement or Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingProfilesGetResponse>\n */\n get(billingAccountName: string, billingProfileName: string, options?: Models.BillingProfilesGetOptionalParams): Promise<Models.BillingProfilesGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n get(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.BillingProfile>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, billingProfileName: string, options: Models.BillingProfilesGetOptionalParams, callback: msRest.ServiceCallback<Models.BillingProfile>): void;\n get(billingAccountName: string, billingProfileName: string, options?: Models.BillingProfilesGetOptionalParams | msRest.ServiceCallback<Models.BillingProfile>, callback?: msRest.ServiceCallback<Models.BillingProfile>): Promise<Models.BillingProfilesGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.BillingProfilesGetResponse>;\n }\n\n /**\n * Creates or updates a billing profile. The operation is supported for billing accounts with\n * agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param parameters The new or updated billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingProfilesCreateOrUpdateResponse>\n */\n createOrUpdate(billingAccountName: string, billingProfileName: string, parameters: Models.BillingProfile, options?: msRest.RequestOptionsBase): Promise<Models.BillingProfilesCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(billingAccountName,billingProfileName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.BillingProfilesCreateOrUpdateResponse>;\n }\n\n /**\n * Creates or updates a billing profile. The operation is supported for billing accounts with\n * agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param parameters The new or updated billing profile.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(billingAccountName: string, billingProfileName: string, parameters: Models.BillingProfile, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n billingAccountName,\n billingProfileName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists the billing profiles that a user has access to. The operation is supported for billing\n * accounts with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingProfilesListByBillingAccountNextResponse>\n */\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingProfilesListByBillingAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingProfileListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingProfileListResult>): void;\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingProfileListResult>, callback?: msRest.ServiceCallback<Models.BillingProfileListResult>): Promise<Models.BillingProfilesListByBillingAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingAccountNextOperationSpec,\n callback) as Promise<Models.BillingProfilesListByBillingAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingProfileListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingProfile\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.BillingProfile,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BillingProfile,\n headersMapper: Mappers.BillingProfilesCreateOrUpdateHeaders\n },\n 202: {\n headersMapper: Mappers.BillingProfilesCreateOrUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.BillingProfilesCreateOrUpdateHeaders\n }\n },\n serializer\n};\n\nconst listByBillingAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingProfileListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerListResult,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/customersMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a Customers. */\nexport class Customers {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a Customers.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the customers that are billed to a billing profile. The operation is supported only for\n * billing accounts with agreement type Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomersListByBillingProfileResponse>\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: Models.CustomersListByBillingProfileOptionalParams): Promise<Models.CustomersListByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options: Models.CustomersListByBillingProfileOptionalParams, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: Models.CustomersListByBillingProfileOptionalParams | msRest.ServiceCallback<Models.CustomerListResult>, callback?: msRest.ServiceCallback<Models.CustomerListResult>): Promise<Models.CustomersListByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n listByBillingProfileOperationSpec,\n callback) as Promise<Models.CustomersListByBillingProfileResponse>;\n }\n\n /**\n * Lists the customers that are billed to a billing account. The operation is supported only for\n * billing accounts with agreement type Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomersListByBillingAccountResponse>\n */\n listByBillingAccount(billingAccountName: string, options?: Models.CustomersListByBillingAccountOptionalParams): Promise<Models.CustomersListByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, options: Models.CustomersListByBillingAccountOptionalParams, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;\n listByBillingAccount(billingAccountName: string, options?: Models.CustomersListByBillingAccountOptionalParams | msRest.ServiceCallback<Models.CustomerListResult>, callback?: msRest.ServiceCallback<Models.CustomerListResult>): Promise<Models.CustomersListByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n listByBillingAccountOperationSpec,\n callback) as Promise<Models.CustomersListByBillingAccountResponse>;\n }\n\n /**\n * Gets a customer by its ID. The operation is supported only for billing accounts with agreement\n * type Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomersGetResponse>\n */\n get(billingAccountName: string, customerName: string, options?: Models.CustomersGetOptionalParams): Promise<Models.CustomersGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param callback The callback\n */\n get(billingAccountName: string, customerName: string, callback: msRest.ServiceCallback<Models.Customer>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, customerName: string, options: Models.CustomersGetOptionalParams, callback: msRest.ServiceCallback<Models.Customer>): void;\n get(billingAccountName: string, customerName: string, options?: Models.CustomersGetOptionalParams | msRest.ServiceCallback<Models.Customer>, callback?: msRest.ServiceCallback<Models.Customer>): Promise<Models.CustomersGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n customerName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.CustomersGetResponse>;\n }\n\n /**\n * Lists the customers that are billed to a billing profile. The operation is supported only for\n * billing accounts with agreement type Microsoft Partner Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomersListByBillingProfileNextResponse>\n */\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CustomersListByBillingProfileNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CustomerListResult>, callback?: msRest.ServiceCallback<Models.CustomerListResult>): Promise<Models.CustomersListByBillingProfileNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingProfileNextOperationSpec,\n callback) as Promise<Models.CustomersListByBillingProfileNextResponse>;\n }\n\n /**\n * Lists the customers that are billed to a billing account. The operation is supported only for\n * billing accounts with agreement type Microsoft Partner Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.CustomersListByBillingAccountNextResponse>\n */\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CustomersListByBillingAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomerListResult>): void;\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CustomerListResult>, callback?: msRest.ServiceCallback<Models.CustomerListResult>): Promise<Models.CustomersListByBillingAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingAccountNextOperationSpec,\n callback) as Promise<Models.CustomersListByBillingAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/customers\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.search,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.search,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.customerName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Customer\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomerListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionListResult,\n InvoiceSectionsCreateOrUpdateHeaders,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/invoiceSectionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a InvoiceSections. */\nexport class InvoiceSections {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a InvoiceSections.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the invoice sections that a user has access to. The operation is supported only for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoiceSectionsListByBillingProfileResponse>\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoiceSectionsListByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.InvoiceSectionListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceSectionListResult>): void;\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceSectionListResult>, callback?: msRest.ServiceCallback<Models.InvoiceSectionListResult>): Promise<Models.InvoiceSectionsListByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n listByBillingProfileOperationSpec,\n callback) as Promise<Models.InvoiceSectionsListByBillingProfileResponse>;\n }\n\n /**\n * Gets an invoice section by its ID. The operation is supported only for billing accounts with\n * agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoiceSectionsGetResponse>\n */\n get(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoiceSectionsGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param callback The callback\n */\n get(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, callback: msRest.ServiceCallback<Models.InvoiceSection>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceSection>): void;\n get(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceSection>, callback?: msRest.ServiceCallback<Models.InvoiceSection>): Promise<Models.InvoiceSectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.InvoiceSectionsGetResponse>;\n }\n\n /**\n * Creates or updates an invoice section. The operation is supported only for billing accounts with\n * agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param parameters The new or updated invoice section.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoiceSectionsCreateOrUpdateResponse>\n */\n createOrUpdate(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, parameters: Models.InvoiceSection, options?: msRest.RequestOptionsBase): Promise<Models.InvoiceSectionsCreateOrUpdateResponse> {\n return this.beginCreateOrUpdate(billingAccountName,billingProfileName,invoiceSectionName,parameters,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.InvoiceSectionsCreateOrUpdateResponse>;\n }\n\n /**\n * Creates or updates an invoice section. The operation is supported only for billing accounts with\n * agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param parameters The new or updated invoice section.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginCreateOrUpdate(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, parameters: Models.InvoiceSection, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n parameters,\n options\n },\n beginCreateOrUpdateOperationSpec,\n options);\n }\n\n /**\n * Lists the invoice sections that a user has access to. The operation is supported only for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoiceSectionsListByBillingProfileNextResponse>\n */\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoiceSectionsListByBillingProfileNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.InvoiceSectionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceSectionListResult>): void;\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceSectionListResult>, callback?: msRest.ServiceCallback<Models.InvoiceSectionListResult>): Promise<Models.InvoiceSectionsListByBillingProfileNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingProfileNextOperationSpec,\n callback) as Promise<Models.InvoiceSectionsListByBillingProfileNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceSectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceSection\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginCreateOrUpdateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.InvoiceSection,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceSection,\n headersMapper: Mappers.InvoiceSectionsCreateOrUpdateHeaders\n },\n 202: {\n headersMapper: Mappers.InvoiceSectionsCreateOrUpdateHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.InvoiceSectionsCreateOrUpdateHeaders\n }\n },\n serializer\n};\n\nconst listByBillingProfileNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceSectionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n BillingPermissionsListResult,\n BillingPermissionsProperties,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/billingPermissionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a BillingPermissions. */\nexport class BillingPermissions {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a BillingPermissions.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the billing permissions the caller has for a customer.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPermissionsListByCustomerResponse>\n */\n listByCustomer(billingAccountName: string, customerName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByCustomerResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param callback The callback\n */\n listByCustomer(billingAccountName: string, customerName: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCustomer(billingAccountName: string, customerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n listByCustomer(billingAccountName: string, customerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPermissionsListResult>, callback?: msRest.ServiceCallback<Models.BillingPermissionsListResult>): Promise<Models.BillingPermissionsListByCustomerResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n customerName,\n options\n },\n listByCustomerOperationSpec,\n callback) as Promise<Models.BillingPermissionsListByCustomerResponse>;\n }\n\n /**\n * Lists the billing permissions the caller has on a billing account.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPermissionsListByBillingAccountResponse>\n */\n listByBillingAccount(billingAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n listByBillingAccount(billingAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPermissionsListResult>, callback?: msRest.ServiceCallback<Models.BillingPermissionsListResult>): Promise<Models.BillingPermissionsListByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n listByBillingAccountOperationSpec,\n callback) as Promise<Models.BillingPermissionsListByBillingAccountResponse>;\n }\n\n /**\n * Lists the billing permissions the caller has on an invoice section.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPermissionsListByInvoiceSectionsResponse>\n */\n listByInvoiceSections(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByInvoiceSectionsResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param callback The callback\n */\n listByInvoiceSections(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSections(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n listByInvoiceSections(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPermissionsListResult>, callback?: msRest.ServiceCallback<Models.BillingPermissionsListResult>): Promise<Models.BillingPermissionsListByInvoiceSectionsResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n options\n },\n listByInvoiceSectionsOperationSpec,\n callback) as Promise<Models.BillingPermissionsListByInvoiceSectionsResponse>;\n }\n\n /**\n * Lists the billing permissions the caller has on a billing profile.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPermissionsListByBillingProfileResponse>\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPermissionsListResult>, callback?: msRest.ServiceCallback<Models.BillingPermissionsListResult>): Promise<Models.BillingPermissionsListByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n listByBillingProfileOperationSpec,\n callback) as Promise<Models.BillingPermissionsListByBillingProfileResponse>;\n }\n\n /**\n * Lists the billing permissions the caller has for a customer.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPermissionsListByCustomerNextResponse>\n */\n listByCustomerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByCustomerNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByCustomerNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCustomerNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n listByCustomerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPermissionsListResult>, callback?: msRest.ServiceCallback<Models.BillingPermissionsListResult>): Promise<Models.BillingPermissionsListByCustomerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByCustomerNextOperationSpec,\n callback) as Promise<Models.BillingPermissionsListByCustomerNextResponse>;\n }\n\n /**\n * Lists the billing permissions the caller has on a billing account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPermissionsListByBillingAccountNextResponse>\n */\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByBillingAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPermissionsListResult>, callback?: msRest.ServiceCallback<Models.BillingPermissionsListResult>): Promise<Models.BillingPermissionsListByBillingAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingAccountNextOperationSpec,\n callback) as Promise<Models.BillingPermissionsListByBillingAccountNextResponse>;\n }\n\n /**\n * Lists the billing permissions the caller has on an invoice section.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPermissionsListByInvoiceSectionsNextResponse>\n */\n listByInvoiceSectionsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByInvoiceSectionsNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByInvoiceSectionsNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSectionsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n listByInvoiceSectionsNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPermissionsListResult>, callback?: msRest.ServiceCallback<Models.BillingPermissionsListResult>): Promise<Models.BillingPermissionsListByInvoiceSectionsNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByInvoiceSectionsNextOperationSpec,\n callback) as Promise<Models.BillingPermissionsListByInvoiceSectionsNextResponse>;\n }\n\n /**\n * Lists the billing permissions the caller has on a billing profile.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPermissionsListByBillingProfileNextResponse>\n */\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPermissionsListByBillingProfileNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPermissionsListResult>): void;\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPermissionsListResult>, callback?: msRest.ServiceCallback<Models.BillingPermissionsListResult>): Promise<Models.BillingPermissionsListByBillingProfileNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingProfileNextOperationSpec,\n callback) as Promise<Models.BillingPermissionsListByBillingProfileNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByCustomerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingPermissions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.customerName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPermissionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingPermissions\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPermissionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionsOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingPermissions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPermissionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingPermissions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPermissionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByCustomerNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPermissionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPermissionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionsNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPermissionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPermissionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n BillingSubscriptionsListResult,\n BillingSubscriptionsMoveHeaders,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction,\n TransferBillingSubscriptionRequestProperties,\n ValidateSubscriptionTransferEligibilityError,\n ValidateSubscriptionTransferEligibilityResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/billingSubscriptionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a BillingSubscriptions. */\nexport class BillingSubscriptions {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a BillingSubscriptions.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the subscriptions for a customer. The operation is supported only for billing accounts\n * with agreement type Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsListByCustomerResponse>\n */\n listByCustomer(billingAccountName: string, customerName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsListByCustomerResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param callback The callback\n */\n listByCustomer(billingAccountName: string, customerName: string, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCustomer(billingAccountName: string, customerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n listByCustomer(billingAccountName: string, customerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): Promise<Models.BillingSubscriptionsListByCustomerResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n customerName,\n options\n },\n listByCustomerOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsListByCustomerResponse>;\n }\n\n /**\n * Lists the subscriptions for a billing account. The operation is supported for billing accounts\n * with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsListByBillingAccountResponse>\n */\n listByBillingAccount(billingAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsListByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n listByBillingAccount(billingAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): Promise<Models.BillingSubscriptionsListByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n listByBillingAccountOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsListByBillingAccountResponse>;\n }\n\n /**\n * Lists the subscriptions that are billed to a billing profile. The operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsListByBillingProfileResponse>\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsListByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): Promise<Models.BillingSubscriptionsListByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n listByBillingProfileOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsListByBillingProfileResponse>;\n }\n\n /**\n * Lists the subscriptions that are billed to an invoice section. The operation is supported only\n * for billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsListByInvoiceSectionResponse>\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsListByInvoiceSectionResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param callback The callback\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): Promise<Models.BillingSubscriptionsListByInvoiceSectionResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n options\n },\n listByInvoiceSectionOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsListByInvoiceSectionResponse>;\n }\n\n /**\n * Gets a subscription by its ID. The operation is supported for billing accounts with agreement\n * type Microsoft Customer Agreement and Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsGetResponse>\n */\n get(billingAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n get(billingAccountName: string, callback: msRest.ServiceCallback<Models.BillingSubscription>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscription>): void;\n get(billingAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscription>, callback?: msRest.ServiceCallback<Models.BillingSubscription>): Promise<Models.BillingSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsGetResponse>;\n }\n\n /**\n * Updates the properties of a billing subscription. Currently, cost center can be updated. The\n * operation is supported only for billing accounts with agreement type Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param parameters Request parameters that are provided to the update billing subscription\n * operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsUpdateResponse>\n */\n update(billingAccountName: string, parameters: Models.BillingSubscription, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsUpdateResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param parameters Request parameters that are provided to the update billing subscription\n * operation.\n * @param callback The callback\n */\n update(billingAccountName: string, parameters: Models.BillingSubscription, callback: msRest.ServiceCallback<Models.BillingSubscription>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param parameters Request parameters that are provided to the update billing subscription\n * operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(billingAccountName: string, parameters: Models.BillingSubscription, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscription>): void;\n update(billingAccountName: string, parameters: Models.BillingSubscription, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscription>, callback?: msRest.ServiceCallback<Models.BillingSubscription>): Promise<Models.BillingSubscriptionsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsUpdateResponse>;\n }\n\n /**\n * Moves a subscription's charges to a new invoice section. The new invoice section must belong to\n * the same billing profile as the existing invoice section. This operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param destinationInvoiceSectionId The destination invoice section id.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsMoveResponse>\n */\n move(billingAccountName: string, destinationInvoiceSectionId: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsMoveResponse> {\n return this.beginMove(billingAccountName,destinationInvoiceSectionId,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.BillingSubscriptionsMoveResponse>;\n }\n\n /**\n * Validates if a subscription's charges can be moved to a new invoice section. This operation is\n * supported for billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param destinationInvoiceSectionId The destination invoice section id.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsValidateMoveResponse>\n */\n validateMove(billingAccountName: string, destinationInvoiceSectionId: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsValidateMoveResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param destinationInvoiceSectionId The destination invoice section id.\n * @param callback The callback\n */\n validateMove(billingAccountName: string, destinationInvoiceSectionId: string, callback: msRest.ServiceCallback<Models.ValidateSubscriptionTransferEligibilityResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param destinationInvoiceSectionId The destination invoice section id.\n * @param options The optional parameters\n * @param callback The callback\n */\n validateMove(billingAccountName: string, destinationInvoiceSectionId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ValidateSubscriptionTransferEligibilityResult>): void;\n validateMove(billingAccountName: string, destinationInvoiceSectionId: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ValidateSubscriptionTransferEligibilityResult>, callback?: msRest.ServiceCallback<Models.ValidateSubscriptionTransferEligibilityResult>): Promise<Models.BillingSubscriptionsValidateMoveResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n destinationInvoiceSectionId,\n options\n },\n validateMoveOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsValidateMoveResponse>;\n }\n\n /**\n * Moves a subscription's charges to a new invoice section. The new invoice section must belong to\n * the same billing profile as the existing invoice section. This operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param destinationInvoiceSectionId The destination invoice section id.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginMove(billingAccountName: string, destinationInvoiceSectionId: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n billingAccountName,\n destinationInvoiceSectionId,\n options\n },\n beginMoveOperationSpec,\n options);\n }\n\n /**\n * Lists the subscriptions for a customer. The operation is supported only for billing accounts\n * with agreement type Microsoft Partner Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsListByCustomerNextResponse>\n */\n listByCustomerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsListByCustomerNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByCustomerNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCustomerNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n listByCustomerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): Promise<Models.BillingSubscriptionsListByCustomerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByCustomerNextOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsListByCustomerNextResponse>;\n }\n\n /**\n * Lists the subscriptions for a billing account. The operation is supported for billing accounts\n * with agreement type Microsoft Customer Agreement or Microsoft Partner Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsListByBillingAccountNextResponse>\n */\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsListByBillingAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): Promise<Models.BillingSubscriptionsListByBillingAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingAccountNextOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsListByBillingAccountNextResponse>;\n }\n\n /**\n * Lists the subscriptions that are billed to a billing profile. The operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement or Microsoft Partner\n * Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsListByBillingProfileNextResponse>\n */\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsListByBillingProfileNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): Promise<Models.BillingSubscriptionsListByBillingProfileNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingProfileNextOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsListByBillingProfileNextResponse>;\n }\n\n /**\n * Lists the subscriptions that are billed to an invoice section. The operation is supported only\n * for billing accounts with agreement type Microsoft Customer Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingSubscriptionsListByInvoiceSectionNextResponse>\n */\n listByInvoiceSectionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingSubscriptionsListByInvoiceSectionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByInvoiceSectionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSectionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): void;\n listByInvoiceSectionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingSubscriptionsListResult>, callback?: msRest.ServiceCallback<Models.BillingSubscriptionsListResult>): Promise<Models.BillingSubscriptionsListByInvoiceSectionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByInvoiceSectionNextOperationSpec,\n callback) as Promise<Models.BillingSubscriptionsListByInvoiceSectionNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByCustomerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingSubscriptions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.customerName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingSubscriptions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingSubscriptions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscription\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.BillingSubscription,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscription\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst validateMoveOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}/validateMoveEligibility\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n destinationInvoiceSectionId: \"destinationInvoiceSectionId\"\n },\n mapper: {\n ...Mappers.TransferBillingSubscriptionRequestProperties,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ValidateSubscriptionTransferEligibilityResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginMoveOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingSubscriptions/{subscriptionId}/move\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n destinationInvoiceSectionId: \"destinationInvoiceSectionId\"\n },\n mapper: {\n ...Mappers.TransferBillingSubscriptionRequestProperties,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscription,\n headersMapper: Mappers.BillingSubscriptionsMoveHeaders\n },\n 202: {\n headersMapper: Mappers.BillingSubscriptionsMoveHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.BillingSubscriptionsMoveHeaders\n }\n },\n serializer\n};\n\nconst listByCustomerNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingSubscriptionsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n ProductsListResult,\n ProductsMoveHeaders,\n RebillDetails,\n Reseller,\n Resource,\n Transaction,\n TransferProductRequestProperties,\n ValidateProductTransferEligibilityError,\n ValidateProductTransferEligibilityResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/productsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a Products. */\nexport class Products {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a Products.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the products for a customer. These don't include products billed based on usage.The\n * operation is supported only for billing accounts with agreement type Microsoft Partner\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListByCustomerResponse>\n */\n listByCustomer(billingAccountName: string, customerName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsListByCustomerResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param callback The callback\n */\n listByCustomer(billingAccountName: string, customerName: string, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCustomer(billingAccountName: string, customerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n listByCustomer(billingAccountName: string, customerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProductsListResult>, callback?: msRest.ServiceCallback<Models.ProductsListResult>): Promise<Models.ProductsListByCustomerResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n customerName,\n options\n },\n listByCustomerOperationSpec,\n callback) as Promise<Models.ProductsListByCustomerResponse>;\n }\n\n /**\n * Lists the products for a billing account. These don't include products billed based on usage.\n * The operation is supported for billing accounts with agreement type Microsoft Customer Agreement\n * or Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListByBillingAccountResponse>\n */\n listByBillingAccount(billingAccountName: string, options?: Models.ProductsListByBillingAccountOptionalParams): Promise<Models.ProductsListByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, options: Models.ProductsListByBillingAccountOptionalParams, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n listByBillingAccount(billingAccountName: string, options?: Models.ProductsListByBillingAccountOptionalParams | msRest.ServiceCallback<Models.ProductsListResult>, callback?: msRest.ServiceCallback<Models.ProductsListResult>): Promise<Models.ProductsListByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n listByBillingAccountOperationSpec,\n callback) as Promise<Models.ProductsListByBillingAccountResponse>;\n }\n\n /**\n * Lists the products for a billing profile. These don't include products billed based on usage.\n * The operation is supported for billing accounts with agreement type Microsoft Customer Agreement\n * or Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListByBillingProfileResponse>\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: Models.ProductsListByBillingProfileOptionalParams): Promise<Models.ProductsListByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options: Models.ProductsListByBillingProfileOptionalParams, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: Models.ProductsListByBillingProfileOptionalParams | msRest.ServiceCallback<Models.ProductsListResult>, callback?: msRest.ServiceCallback<Models.ProductsListResult>): Promise<Models.ProductsListByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n listByBillingProfileOperationSpec,\n callback) as Promise<Models.ProductsListByBillingProfileResponse>;\n }\n\n /**\n * Lists the products for an invoice section. These don't include products billed based on usage.\n * The operation is supported only for billing accounts with agreement type Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListByInvoiceSectionResponse>\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: Models.ProductsListByInvoiceSectionOptionalParams): Promise<Models.ProductsListByInvoiceSectionResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param callback The callback\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options: Models.ProductsListByInvoiceSectionOptionalParams, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: Models.ProductsListByInvoiceSectionOptionalParams | msRest.ServiceCallback<Models.ProductsListResult>, callback?: msRest.ServiceCallback<Models.ProductsListResult>): Promise<Models.ProductsListByInvoiceSectionResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n options\n },\n listByInvoiceSectionOperationSpec,\n callback) as Promise<Models.ProductsListByInvoiceSectionResponse>;\n }\n\n /**\n * Gets a product by ID. The operation is supported only for billing accounts with agreement type\n * Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsGetResponse>\n */\n get(billingAccountName: string, productName: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param callback The callback\n */\n get(billingAccountName: string, productName: string, callback: msRest.ServiceCallback<Models.Product>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, productName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Product>): void;\n get(billingAccountName: string, productName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Product>, callback?: msRest.ServiceCallback<Models.Product>): Promise<Models.ProductsGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n productName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.ProductsGetResponse>;\n }\n\n /**\n * Updates the properties of a Product. Currently, auto renew can be updated. The operation is\n * supported only for billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param parameters Request parameters that are provided to the update product operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsUpdateResponse>\n */\n update(billingAccountName: string, productName: string, parameters: Models.Product, options?: msRest.RequestOptionsBase): Promise<Models.ProductsUpdateResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param parameters Request parameters that are provided to the update product operation.\n * @param callback The callback\n */\n update(billingAccountName: string, productName: string, parameters: Models.Product, callback: msRest.ServiceCallback<Models.Product>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param parameters Request parameters that are provided to the update product operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(billingAccountName: string, productName: string, parameters: Models.Product, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Product>): void;\n update(billingAccountName: string, productName: string, parameters: Models.Product, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Product>, callback?: msRest.ServiceCallback<Models.Product>): Promise<Models.ProductsUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n productName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.ProductsUpdateResponse>;\n }\n\n /**\n * Moves a product's charges to a new invoice section. The new invoice section must belong to the\n * same billing profile as the existing invoice section. This operation is supported only for\n * products that are purchased with a recurring charge and for billing accounts with agreement type\n * Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsMoveResponse>\n */\n move(billingAccountName: string, productName: string, options?: Models.ProductsMoveOptionalParams): Promise<Models.ProductsMoveResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param callback The callback\n */\n move(billingAccountName: string, productName: string, callback: msRest.ServiceCallback<Models.Product>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param options The optional parameters\n * @param callback The callback\n */\n move(billingAccountName: string, productName: string, options: Models.ProductsMoveOptionalParams, callback: msRest.ServiceCallback<Models.Product>): void;\n move(billingAccountName: string, productName: string, options?: Models.ProductsMoveOptionalParams | msRest.ServiceCallback<Models.Product>, callback?: msRest.ServiceCallback<Models.Product>): Promise<Models.ProductsMoveResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n productName,\n options\n },\n moveOperationSpec,\n callback) as Promise<Models.ProductsMoveResponse>;\n }\n\n /**\n * Validates if a product's charges can be moved to a new invoice section. This operation is\n * supported only for products that are purchased with a recurring charge and for billing accounts\n * with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsValidateMoveResponse>\n */\n validateMove(billingAccountName: string, productName: string, options?: Models.ProductsValidateMoveOptionalParams): Promise<Models.ProductsValidateMoveResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param callback The callback\n */\n validateMove(billingAccountName: string, productName: string, callback: msRest.ServiceCallback<Models.ValidateProductTransferEligibilityResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param productName The ID that uniquely identifies a product.\n * @param options The optional parameters\n * @param callback The callback\n */\n validateMove(billingAccountName: string, productName: string, options: Models.ProductsValidateMoveOptionalParams, callback: msRest.ServiceCallback<Models.ValidateProductTransferEligibilityResult>): void;\n validateMove(billingAccountName: string, productName: string, options?: Models.ProductsValidateMoveOptionalParams | msRest.ServiceCallback<Models.ValidateProductTransferEligibilityResult>, callback?: msRest.ServiceCallback<Models.ValidateProductTransferEligibilityResult>): Promise<Models.ProductsValidateMoveResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n productName,\n options\n },\n validateMoveOperationSpec,\n callback) as Promise<Models.ProductsValidateMoveResponse>;\n }\n\n /**\n * Lists the products for a customer. These don't include products billed based on usage.The\n * operation is supported only for billing accounts with agreement type Microsoft Partner\n * Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListByCustomerNextResponse>\n */\n listByCustomerNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsListByCustomerNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByCustomerNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByCustomerNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n listByCustomerNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProductsListResult>, callback?: msRest.ServiceCallback<Models.ProductsListResult>): Promise<Models.ProductsListByCustomerNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByCustomerNextOperationSpec,\n callback) as Promise<Models.ProductsListByCustomerNextResponse>;\n }\n\n /**\n * Lists the products for a billing account. These don't include products billed based on usage.\n * The operation is supported for billing accounts with agreement type Microsoft Customer Agreement\n * or Microsoft Partner Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListByBillingAccountNextResponse>\n */\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsListByBillingAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProductsListResult>, callback?: msRest.ServiceCallback<Models.ProductsListResult>): Promise<Models.ProductsListByBillingAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingAccountNextOperationSpec,\n callback) as Promise<Models.ProductsListByBillingAccountNextResponse>;\n }\n\n /**\n * Lists the products for a billing profile. These don't include products billed based on usage.\n * The operation is supported for billing accounts with agreement type Microsoft Customer Agreement\n * or Microsoft Partner Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListByBillingProfileNextResponse>\n */\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsListByBillingProfileNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProductsListResult>, callback?: msRest.ServiceCallback<Models.ProductsListResult>): Promise<Models.ProductsListByBillingProfileNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingProfileNextOperationSpec,\n callback) as Promise<Models.ProductsListByBillingProfileNextResponse>;\n }\n\n /**\n * Lists the products for an invoice section. These don't include products billed based on usage.\n * The operation is supported only for billing accounts with agreement type Microsoft Customer\n * Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.ProductsListByInvoiceSectionNextResponse>\n */\n listByInvoiceSectionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ProductsListByInvoiceSectionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByInvoiceSectionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSectionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ProductsListResult>): void;\n listByInvoiceSectionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.ProductsListResult>, callback?: msRest.ServiceCallback<Models.ProductsListResult>): Promise<Models.ProductsListByInvoiceSectionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByInvoiceSectionNextOperationSpec,\n callback) as Promise<Models.ProductsListByInvoiceSectionNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByCustomerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/products\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.customerName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProductsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProductsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/products\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProductsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/products\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.filter\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProductsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products/{productName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.productName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Product\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products/{productName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.productName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Product,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Product\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst moveOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products/{productName}/move\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.productName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n destinationInvoiceSectionId: [\n \"options\",\n \"destinationInvoiceSectionId\"\n ]\n },\n mapper: {\n ...Mappers.TransferProductRequestProperties,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Product,\n headersMapper: Mappers.ProductsMoveHeaders\n },\n 202: {\n headersMapper: Mappers.ProductsMoveHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.ProductsMoveHeaders\n }\n },\n serializer\n};\n\nconst validateMoveOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/products/{productName}/validateMoveEligibility\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.productName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n destinationInvoiceSectionId: [\n \"options\",\n \"destinationInvoiceSectionId\"\n ]\n },\n mapper: {\n ...Mappers.TransferProductRequestProperties,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.ValidateProductTransferEligibilityResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByCustomerNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProductsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProductsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProductsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.ProductsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n DownloadUrl,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceListResult,\n InvoicesDownloadBillingSubscriptionInvoiceHeaders,\n InvoicesDownloadInvoiceHeaders,\n InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders,\n InvoicesDownloadMultipleModernInvoiceHeaders,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/invoicesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a Invoices. */\nexport class Invoices {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a Invoices.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the invoices for a billing account for a given start date and end date. The operation is\n * supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft\n * Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param periodStartDate The start date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param periodEndDate The end date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesListByBillingAccountResponse>\n */\n listByBillingAccount(billingAccountName: string, periodStartDate: string, periodEndDate: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesListByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param periodStartDate The start date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param periodEndDate The end date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, periodStartDate: string, periodEndDate: string, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param periodStartDate The start date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param periodEndDate The end date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, periodStartDate: string, periodEndDate: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n listByBillingAccount(billingAccountName: string, periodStartDate: string, periodEndDate: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceListResult>, callback?: msRest.ServiceCallback<Models.InvoiceListResult>): Promise<Models.InvoicesListByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n periodStartDate,\n periodEndDate,\n options\n },\n listByBillingAccountOperationSpec,\n callback) as Promise<Models.InvoicesListByBillingAccountResponse>;\n }\n\n /**\n * Lists the invoices for a billing profile for a given start date and end date. The operation is\n * supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft\n * Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param periodStartDate The start date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param periodEndDate The end date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesListByBillingProfileResponse>\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, periodStartDate: string, periodEndDate: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesListByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param periodStartDate The start date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param periodEndDate The end date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, periodStartDate: string, periodEndDate: string, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param periodStartDate The start date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param periodEndDate The end date to fetch the invoices. The date should be specified in\n * MM-DD-YYYY format.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, periodStartDate: string, periodEndDate: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n listByBillingProfile(billingAccountName: string, billingProfileName: string, periodStartDate: string, periodEndDate: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceListResult>, callback?: msRest.ServiceCallback<Models.InvoiceListResult>): Promise<Models.InvoicesListByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n periodStartDate,\n periodEndDate,\n options\n },\n listByBillingProfileOperationSpec,\n callback) as Promise<Models.InvoicesListByBillingProfileResponse>;\n }\n\n /**\n * Gets an invoice by billing account name and ID. The operation is supported for billing accounts\n * with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesGetResponse>\n */\n get(billingAccountName: string, invoiceName: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param callback The callback\n */\n get(billingAccountName: string, invoiceName: string, callback: msRest.ServiceCallback<Models.Invoice>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, invoiceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Invoice>): void;\n get(billingAccountName: string, invoiceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Invoice>, callback?: msRest.ServiceCallback<Models.Invoice>): Promise<Models.InvoicesGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n invoiceName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.InvoicesGetResponse>;\n }\n\n /**\n * Gets an invoice by ID. The operation is supported for billing accounts with agreement type\n * Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesGetByIdResponse>\n */\n getById(invoiceName: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesGetByIdResponse>;\n /**\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param callback The callback\n */\n getById(invoiceName: string, callback: msRest.ServiceCallback<Models.Invoice>): void;\n /**\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param options The optional parameters\n * @param callback The callback\n */\n getById(invoiceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Invoice>): void;\n getById(invoiceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Invoice>, callback?: msRest.ServiceCallback<Models.Invoice>): Promise<Models.InvoicesGetByIdResponse> {\n return this.client.sendOperationRequest(\n {\n invoiceName,\n options\n },\n getByIdOperationSpec,\n callback) as Promise<Models.InvoicesGetByIdResponse>;\n }\n\n /**\n * Gets a URL to download an invoice. The operation is supported for billing accounts with\n * agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param downloadToken Download token with document source and document ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesDownloadInvoiceResponse>\n */\n downloadInvoice(billingAccountName: string, invoiceName: string, downloadToken: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesDownloadInvoiceResponse> {\n return this.beginDownloadInvoice(billingAccountName,invoiceName,downloadToken,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.InvoicesDownloadInvoiceResponse>;\n }\n\n /**\n * Gets a URL to download an multiple invoices documents (invoice pdf, tax receipts, credit notes)\n * as a zip file. The operation is supported for billing accounts with agreement type Microsoft\n * Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param downloadUrls An array of download urls for individual documents\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesDownloadMultipleModernInvoiceResponse>\n */\n downloadMultipleModernInvoice(billingAccountName: string, downloadUrls: string[], options?: msRest.RequestOptionsBase): Promise<Models.InvoicesDownloadMultipleModernInvoiceResponse> {\n return this.beginDownloadMultipleModernInvoice(billingAccountName,downloadUrls,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.InvoicesDownloadMultipleModernInvoiceResponse>;\n }\n\n /**\n * Lists the invoices for a subscription.\n * @param periodStartDate Invoice period start date.\n * @param periodEndDate Invoice period end date.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesListByBillingSubscriptionResponse>\n */\n listByBillingSubscription(periodStartDate: string, periodEndDate: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesListByBillingSubscriptionResponse>;\n /**\n * @param periodStartDate Invoice period start date.\n * @param periodEndDate Invoice period end date.\n * @param callback The callback\n */\n listByBillingSubscription(periodStartDate: string, periodEndDate: string, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n /**\n * @param periodStartDate Invoice period start date.\n * @param periodEndDate Invoice period end date.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingSubscription(periodStartDate: string, periodEndDate: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n listByBillingSubscription(periodStartDate: string, periodEndDate: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceListResult>, callback?: msRest.ServiceCallback<Models.InvoiceListResult>): Promise<Models.InvoicesListByBillingSubscriptionResponse> {\n return this.client.sendOperationRequest(\n {\n periodStartDate,\n periodEndDate,\n options\n },\n listByBillingSubscriptionOperationSpec,\n callback) as Promise<Models.InvoicesListByBillingSubscriptionResponse>;\n }\n\n /**\n * Gets an invoice by subscription ID and invoice ID.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesGetBySubscriptionAndInvoiceIdResponse>\n */\n getBySubscriptionAndInvoiceId(invoiceName: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesGetBySubscriptionAndInvoiceIdResponse>;\n /**\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param callback The callback\n */\n getBySubscriptionAndInvoiceId(invoiceName: string, callback: msRest.ServiceCallback<Models.Invoice>): void;\n /**\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param options The optional parameters\n * @param callback The callback\n */\n getBySubscriptionAndInvoiceId(invoiceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Invoice>): void;\n getBySubscriptionAndInvoiceId(invoiceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Invoice>, callback?: msRest.ServiceCallback<Models.Invoice>): Promise<Models.InvoicesGetBySubscriptionAndInvoiceIdResponse> {\n return this.client.sendOperationRequest(\n {\n invoiceName,\n options\n },\n getBySubscriptionAndInvoiceIdOperationSpec,\n callback) as Promise<Models.InvoicesGetBySubscriptionAndInvoiceIdResponse>;\n }\n\n /**\n * Gets a URL to download an invoice.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param downloadToken Download token with document source and document ID.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesDownloadBillingSubscriptionInvoiceResponse>\n */\n downloadBillingSubscriptionInvoice(invoiceName: string, downloadToken: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesDownloadBillingSubscriptionInvoiceResponse> {\n return this.beginDownloadBillingSubscriptionInvoice(invoiceName,downloadToken,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.InvoicesDownloadBillingSubscriptionInvoiceResponse>;\n }\n\n /**\n * Gets a URL to download multiple invoices documents (invoice pdf, tax receipts, credit notes) as\n * a zip file.\n * @param downloadUrls An array of download urls for individual documents\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesDownloadMultipleBillingSubscriptionInvoiceResponse>\n */\n downloadMultipleBillingSubscriptionInvoice(downloadUrls: string[], options?: msRest.RequestOptionsBase): Promise<Models.InvoicesDownloadMultipleBillingSubscriptionInvoiceResponse> {\n return this.beginDownloadMultipleBillingSubscriptionInvoice(downloadUrls,options)\n .then(lroPoller => lroPoller.pollUntilFinished()) as Promise<Models.InvoicesDownloadMultipleBillingSubscriptionInvoiceResponse>;\n }\n\n /**\n * Gets a URL to download an invoice. The operation is supported for billing accounts with\n * agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param downloadToken Download token with document source and document ID.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDownloadInvoice(billingAccountName: string, invoiceName: string, downloadToken: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n billingAccountName,\n invoiceName,\n downloadToken,\n options\n },\n beginDownloadInvoiceOperationSpec,\n options);\n }\n\n /**\n * Gets a URL to download an multiple invoices documents (invoice pdf, tax receipts, credit notes)\n * as a zip file. The operation is supported for billing accounts with agreement type Microsoft\n * Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param downloadUrls An array of download urls for individual documents\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDownloadMultipleModernInvoice(billingAccountName: string, downloadUrls: string[], options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n billingAccountName,\n downloadUrls,\n options\n },\n beginDownloadMultipleModernInvoiceOperationSpec,\n options);\n }\n\n /**\n * Gets a URL to download an invoice.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param downloadToken Download token with document source and document ID.\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDownloadBillingSubscriptionInvoice(invoiceName: string, downloadToken: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n invoiceName,\n downloadToken,\n options\n },\n beginDownloadBillingSubscriptionInvoiceOperationSpec,\n options);\n }\n\n /**\n * Gets a URL to download multiple invoices documents (invoice pdf, tax receipts, credit notes) as\n * a zip file.\n * @param downloadUrls An array of download urls for individual documents\n * @param [options] The optional parameters\n * @returns Promise<msRestAzure.LROPoller>\n */\n beginDownloadMultipleBillingSubscriptionInvoice(downloadUrls: string[], options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller> {\n return this.client.sendLRORequest(\n {\n downloadUrls,\n options\n },\n beginDownloadMultipleBillingSubscriptionInvoiceOperationSpec,\n options);\n }\n\n /**\n * Lists the invoices for a billing account for a given start date and end date. The operation is\n * supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft\n * Customer Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesListByBillingAccountNextResponse>\n */\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesListByBillingAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceListResult>, callback?: msRest.ServiceCallback<Models.InvoiceListResult>): Promise<Models.InvoicesListByBillingAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingAccountNextOperationSpec,\n callback) as Promise<Models.InvoicesListByBillingAccountNextResponse>;\n }\n\n /**\n * Lists the invoices for a billing profile for a given start date and end date. The operation is\n * supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft\n * Customer Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesListByBillingProfileNextResponse>\n */\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesListByBillingProfileNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceListResult>, callback?: msRest.ServiceCallback<Models.InvoiceListResult>): Promise<Models.InvoicesListByBillingProfileNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingProfileNextOperationSpec,\n callback) as Promise<Models.InvoicesListByBillingProfileNextResponse>;\n }\n\n /**\n * Lists the invoices for a subscription.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.InvoicesListByBillingSubscriptionNextResponse>\n */\n listByBillingSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.InvoicesListByBillingSubscriptionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingSubscriptionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingSubscriptionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.InvoiceListResult>): void;\n listByBillingSubscriptionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.InvoiceListResult>, callback?: msRest.ServiceCallback<Models.InvoiceListResult>): Promise<Models.InvoicesListByBillingSubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingSubscriptionNextOperationSpec,\n callback) as Promise<Models.InvoicesListByBillingSubscriptionNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.periodStartDate,\n Parameters.periodEndDate\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoices\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.periodStartDate,\n Parameters.periodEndDate\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices/{invoiceName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.invoiceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Invoice\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getByIdOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/default/invoices/{invoiceName}\",\n urlParameters: [\n Parameters.invoiceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Invoice\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingSubscriptionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/default/billingSubscriptions/{subscriptionId}/invoices\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.periodStartDate,\n Parameters.periodEndDate,\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getBySubscriptionAndInvoiceIdOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/default/billingSubscriptions/{subscriptionId}/invoices/{invoiceName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.invoiceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Invoice\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst beginDownloadInvoiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices/{invoiceName}/download\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.invoiceName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.downloadToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadUrl,\n headersMapper: Mappers.InvoicesDownloadInvoiceHeaders\n },\n 202: {\n headersMapper: Mappers.InvoicesDownloadInvoiceHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.InvoicesDownloadInvoiceHeaders\n }\n },\n serializer\n};\n\nconst beginDownloadMultipleModernInvoiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/downloadDocuments\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"downloadUrls\",\n mapper: {\n required: true,\n serializedName: \"downloadUrls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadUrl,\n headersMapper: Mappers.InvoicesDownloadMultipleModernInvoiceHeaders\n },\n 202: {\n headersMapper: Mappers.InvoicesDownloadMultipleModernInvoiceHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.InvoicesDownloadMultipleModernInvoiceHeaders\n }\n },\n serializer\n};\n\nconst beginDownloadBillingSubscriptionInvoiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/billingAccounts/default/billingSubscriptions/{subscriptionId}/invoices/{invoiceName}/download\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.invoiceName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.downloadToken\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadUrl,\n headersMapper: Mappers.InvoicesDownloadBillingSubscriptionInvoiceHeaders\n },\n 202: {\n headersMapper: Mappers.InvoicesDownloadBillingSubscriptionInvoiceHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.InvoicesDownloadBillingSubscriptionInvoiceHeaders\n }\n },\n serializer\n};\n\nconst beginDownloadMultipleBillingSubscriptionInvoiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"POST\",\n path: \"providers/Microsoft.Billing/billingAccounts/default/billingSubscriptions/{subscriptionId}/downloadDocuments\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"downloadUrls\",\n mapper: {\n required: true,\n serializedName: \"downloadUrls\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadUrl,\n headersMapper: Mappers.InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders\n },\n 202: {\n headersMapper: Mappers.InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n headersMapper: Mappers.InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders\n }\n },\n serializer\n};\n\nconst listByBillingAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingSubscriptionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.InvoiceListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction,\n TransactionListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/transactionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a Transactions. */\nexport class Transactions {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a Transactions.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage\n * charges.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param [options] The optional parameters\n * @returns Promise<Models.TransactionsListByInvoiceResponse>\n */\n listByInvoice(billingAccountName: string, invoiceName: string, options?: msRest.RequestOptionsBase): Promise<Models.TransactionsListByInvoiceResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param callback The callback\n */\n listByInvoice(billingAccountName: string, invoiceName: string, callback: msRest.ServiceCallback<Models.TransactionListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoice(billingAccountName: string, invoiceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TransactionListResult>): void;\n listByInvoice(billingAccountName: string, invoiceName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TransactionListResult>, callback?: msRest.ServiceCallback<Models.TransactionListResult>): Promise<Models.TransactionsListByInvoiceResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n invoiceName,\n options\n },\n listByInvoiceOperationSpec,\n callback) as Promise<Models.TransactionsListByInvoiceResponse>;\n }\n\n /**\n * Lists the transactions for an invoice. Transactions include purchases, refunds and Azure usage\n * charges.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.TransactionsListByInvoiceNextResponse>\n */\n listByInvoiceNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.TransactionsListByInvoiceNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByInvoiceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.TransactionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.TransactionListResult>): void;\n listByInvoiceNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.TransactionListResult>, callback?: msRest.ServiceCallback<Models.TransactionListResult>): Promise<Models.TransactionsListByInvoiceNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByInvoiceNextOperationSpec,\n callback) as Promise<Models.TransactionsListByInvoiceNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByInvoiceOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices/{invoiceName}/transactions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.invoiceName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TransactionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.TransactionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/policiesMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a Policies. */\nexport class Policies {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a Policies.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the policies for a billing profile. This operation is supported only for billing accounts\n * with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoliciesGetByBillingProfileResponse>\n */\n getByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesGetByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n getByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.Policy>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByBillingProfile(billingAccountName: string, billingProfileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Policy>): void;\n getByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Policy>, callback?: msRest.ServiceCallback<Models.Policy>): Promise<Models.PoliciesGetByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n getByBillingProfileOperationSpec,\n callback) as Promise<Models.PoliciesGetByBillingProfileResponse>;\n }\n\n /**\n * Updates the policies for a billing profile. This operation is supported only for billing\n * accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param parameters Request parameters that are provided to the update policies operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoliciesUpdateResponse>\n */\n update(billingAccountName: string, billingProfileName: string, parameters: Models.Policy, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesUpdateResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param parameters Request parameters that are provided to the update policies operation.\n * @param callback The callback\n */\n update(billingAccountName: string, billingProfileName: string, parameters: Models.Policy, callback: msRest.ServiceCallback<Models.Policy>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param parameters Request parameters that are provided to the update policies operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n update(billingAccountName: string, billingProfileName: string, parameters: Models.Policy, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Policy>): void;\n update(billingAccountName: string, billingProfileName: string, parameters: Models.Policy, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.Policy>, callback?: msRest.ServiceCallback<Models.Policy>): Promise<Models.PoliciesUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n parameters,\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.PoliciesUpdateResponse>;\n }\n\n /**\n * Lists the policies for a customer. This operation is supported only for billing accounts with\n * agreement type Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoliciesGetByCustomerResponse>\n */\n getByCustomer(billingAccountName: string, customerName: string, options?: msRest.RequestOptionsBase): Promise<Models.PoliciesGetByCustomerResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param callback The callback\n */\n getByCustomer(billingAccountName: string, customerName: string, callback: msRest.ServiceCallback<Models.CustomerPolicy>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByCustomer(billingAccountName: string, customerName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CustomerPolicy>): void;\n getByCustomer(billingAccountName: string, customerName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.CustomerPolicy>, callback?: msRest.ServiceCallback<Models.CustomerPolicy>): Promise<Models.PoliciesGetByCustomerResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n customerName,\n options\n },\n getByCustomerOperationSpec,\n callback) as Promise<Models.PoliciesGetByCustomerResponse>;\n }\n\n /**\n * Updates the policies for a customer. This operation is supported only for billing accounts with\n * agreement type Microsoft Partner Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param [options] The optional parameters\n * @returns Promise<Models.PoliciesUpdateCustomerResponse>\n */\n updateCustomer(billingAccountName: string, customerName: string, options?: Models.PoliciesUpdateCustomerOptionalParams): Promise<Models.PoliciesUpdateCustomerResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param callback The callback\n */\n updateCustomer(billingAccountName: string, customerName: string, callback: msRest.ServiceCallback<Models.CustomerPolicy>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param customerName The ID that uniquely identifies a customer.\n * @param options The optional parameters\n * @param callback The callback\n */\n updateCustomer(billingAccountName: string, customerName: string, options: Models.PoliciesUpdateCustomerOptionalParams, callback: msRest.ServiceCallback<Models.CustomerPolicy>): void;\n updateCustomer(billingAccountName: string, customerName: string, options?: Models.PoliciesUpdateCustomerOptionalParams | msRest.ServiceCallback<Models.CustomerPolicy>, callback?: msRest.ServiceCallback<Models.CustomerPolicy>): Promise<Models.PoliciesUpdateCustomerResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n customerName,\n options\n },\n updateCustomerOperationSpec,\n callback) as Promise<Models.PoliciesUpdateCustomerResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/policies/default\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Policy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/policies/default\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: \"parameters\",\n mapper: {\n ...Mappers.Policy,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.Policy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getByCustomerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/policies/default\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.customerName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.CustomerPolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateCustomerOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PUT\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/policies/default\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.customerName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n viewCharges: [\n \"options\",\n \"viewCharges\"\n ]\n },\n mapper: {\n ...Mappers.CustomerPolicy,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.CustomerPolicy\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/billingPropertyOperationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a BillingPropertyOperations. */\nexport class BillingPropertyOperations {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a BillingPropertyOperations.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Get the billing properties for a subscription. This operation is not supported for billing\n * accounts with agreement type Enterprise Agreement.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPropertyGetResponse>\n */\n get(options?: msRest.RequestOptionsBase): Promise<Models.BillingPropertyGetResponse>;\n /**\n * @param callback The callback\n */\n get(callback: msRest.ServiceCallback<Models.BillingProperty>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n get(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingProperty>): void;\n get(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingProperty>, callback?: msRest.ServiceCallback<Models.BillingProperty>): Promise<Models.BillingPropertyGetResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n getOperationSpec,\n callback) as Promise<Models.BillingPropertyGetResponse>;\n }\n\n /**\n * Updates the billing property of a subscription. Currently, cost center can be updated. The\n * operation is supported only for billing accounts with agreement type Microsoft Customer\n * Agreement.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPropertyUpdateResponse>\n */\n update(options?: Models.BillingPropertyUpdateOptionalParams): Promise<Models.BillingPropertyUpdateResponse>;\n /**\n * @param callback The callback\n */\n update(callback: msRest.ServiceCallback<Models.BillingProperty>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n update(options: Models.BillingPropertyUpdateOptionalParams, callback: msRest.ServiceCallback<Models.BillingProperty>): void;\n update(options?: Models.BillingPropertyUpdateOptionalParams | msRest.ServiceCallback<Models.BillingProperty>, callback?: msRest.ServiceCallback<Models.BillingProperty>): Promise<Models.BillingPropertyUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n updateOperationSpec,\n callback) as Promise<Models.BillingPropertyUpdateResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingProperty/default\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingProperty\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst updateOperationSpec: msRest.OperationSpec = {\n httpMethod: \"PATCH\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingProperty/default\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n requestBody: {\n parameterPath: {\n costCenter: [\n \"options\",\n \"costCenter\"\n ]\n },\n mapper: {\n ...Mappers.BillingProperty,\n required: true\n }\n },\n responses: {\n 200: {\n bodyMapper: Mappers.BillingProperty\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n Operation,\n OperationDisplay,\n OperationListResult\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/operationsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a Operations. */\nexport class Operations {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a Operations.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the available billing REST API operations.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.OperationsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.OperationsListResponse>;\n }\n\n /**\n * Lists the available billing REST API operations.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.OperationsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.OperationsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.OperationListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.OperationListResult>, callback?: msRest.ServiceCallback<Models.OperationListResult>): Promise<Models.OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.OperationsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/operations\",\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingRoleDefinitionListResult,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/billingRoleDefinitionsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a BillingRoleDefinitions. */\nexport class BillingRoleDefinitions {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a BillingRoleDefinitions.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets the definition for a role on a billing account. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingRoleDefinitionName The ID that uniquely identifies a role definition.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleDefinitionsGetByBillingAccountResponse>\n */\n getByBillingAccount(billingAccountName: string, billingRoleDefinitionName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleDefinitionsGetByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingRoleDefinitionName The ID that uniquely identifies a role definition.\n * @param callback The callback\n */\n getByBillingAccount(billingAccountName: string, billingRoleDefinitionName: string, callback: msRest.ServiceCallback<Models.BillingRoleDefinition>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingRoleDefinitionName The ID that uniquely identifies a role definition.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByBillingAccount(billingAccountName: string, billingRoleDefinitionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleDefinition>): void;\n getByBillingAccount(billingAccountName: string, billingRoleDefinitionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleDefinition>, callback?: msRest.ServiceCallback<Models.BillingRoleDefinition>): Promise<Models.BillingRoleDefinitionsGetByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingRoleDefinitionName,\n options\n },\n getByBillingAccountOperationSpec,\n callback) as Promise<Models.BillingRoleDefinitionsGetByBillingAccountResponse>;\n }\n\n /**\n * Gets the definition for a role on an invoice section. The operation is supported only for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param billingRoleDefinitionName The ID that uniquely identifies a role definition.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleDefinitionsGetByInvoiceSectionResponse>\n */\n getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleDefinitionName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleDefinitionsGetByInvoiceSectionResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param billingRoleDefinitionName The ID that uniquely identifies a role definition.\n * @param callback The callback\n */\n getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleDefinitionName: string, callback: msRest.ServiceCallback<Models.BillingRoleDefinition>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param billingRoleDefinitionName The ID that uniquely identifies a role definition.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleDefinitionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleDefinition>): void;\n getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleDefinitionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleDefinition>, callback?: msRest.ServiceCallback<Models.BillingRoleDefinition>): Promise<Models.BillingRoleDefinitionsGetByInvoiceSectionResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n billingRoleDefinitionName,\n options\n },\n getByInvoiceSectionOperationSpec,\n callback) as Promise<Models.BillingRoleDefinitionsGetByInvoiceSectionResponse>;\n }\n\n /**\n * Gets the definition for a role on a billing profile. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param billingRoleDefinitionName The ID that uniquely identifies a role definition.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleDefinitionsGetByBillingProfileResponse>\n */\n getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleDefinitionName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleDefinitionsGetByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param billingRoleDefinitionName The ID that uniquely identifies a role definition.\n * @param callback The callback\n */\n getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleDefinitionName: string, callback: msRest.ServiceCallback<Models.BillingRoleDefinition>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param billingRoleDefinitionName The ID that uniquely identifies a role definition.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleDefinitionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleDefinition>): void;\n getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleDefinitionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleDefinition>, callback?: msRest.ServiceCallback<Models.BillingRoleDefinition>): Promise<Models.BillingRoleDefinitionsGetByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n billingRoleDefinitionName,\n options\n },\n getByBillingProfileOperationSpec,\n callback) as Promise<Models.BillingRoleDefinitionsGetByBillingProfileResponse>;\n }\n\n /**\n * Lists the role definitions for a billing account. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleDefinitionsListByBillingAccountResponse>\n */\n listByBillingAccount(billingAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleDefinitionsListByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n listByBillingAccount(billingAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): Promise<Models.BillingRoleDefinitionsListByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n listByBillingAccountOperationSpec,\n callback) as Promise<Models.BillingRoleDefinitionsListByBillingAccountResponse>;\n }\n\n /**\n * Lists the role definitions for an invoice section. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleDefinitionsListByInvoiceSectionResponse>\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleDefinitionsListByInvoiceSectionResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param callback The callback\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): Promise<Models.BillingRoleDefinitionsListByInvoiceSectionResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n options\n },\n listByInvoiceSectionOperationSpec,\n callback) as Promise<Models.BillingRoleDefinitionsListByInvoiceSectionResponse>;\n }\n\n /**\n * Lists the role definitions for a billing profile. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleDefinitionsListByBillingProfileResponse>\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleDefinitionsListByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): Promise<Models.BillingRoleDefinitionsListByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n listByBillingProfileOperationSpec,\n callback) as Promise<Models.BillingRoleDefinitionsListByBillingProfileResponse>;\n }\n\n /**\n * Lists the role definitions for a billing account. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleDefinitionsListByBillingAccountNextResponse>\n */\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleDefinitionsListByBillingAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): Promise<Models.BillingRoleDefinitionsListByBillingAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingAccountNextOperationSpec,\n callback) as Promise<Models.BillingRoleDefinitionsListByBillingAccountNextResponse>;\n }\n\n /**\n * Lists the role definitions for an invoice section. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleDefinitionsListByInvoiceSectionNextResponse>\n */\n listByInvoiceSectionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleDefinitionsListByInvoiceSectionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByInvoiceSectionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSectionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n listByInvoiceSectionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): Promise<Models.BillingRoleDefinitionsListByInvoiceSectionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByInvoiceSectionNextOperationSpec,\n callback) as Promise<Models.BillingRoleDefinitionsListByInvoiceSectionNextResponse>;\n }\n\n /**\n * Lists the role definitions for a billing profile. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleDefinitionsListByBillingProfileNextResponse>\n */\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleDefinitionsListByBillingProfileNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): void;\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleDefinitionListResult>): Promise<Models.BillingRoleDefinitionsListByBillingProfileNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingProfileNextOperationSpec,\n callback) as Promise<Models.BillingRoleDefinitionsListByBillingProfileNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleDefinitions/{billingRoleDefinitionName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingRoleDefinitionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getByInvoiceSectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleDefinitions/{billingRoleDefinitionName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName,\n Parameters.billingRoleDefinitionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleDefinitions/{billingRoleDefinitionName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.billingRoleDefinitionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleDefinition\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleDefinitions\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleDefinitions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleDefinitions\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleDefinitionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleAssignmentListResult,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/billingRoleAssignmentsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a BillingRoleAssignments. */\nexport class BillingRoleAssignments {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a BillingRoleAssignments.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Gets a role assignment for the caller on a billing account. The operation is supported for\n * billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsGetByBillingAccountResponse>\n */\n getByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsGetByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param callback The callback\n */\n getByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n getByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignment>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignment>): Promise<Models.BillingRoleAssignmentsGetByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingRoleAssignmentName,\n options\n },\n getByBillingAccountOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsGetByBillingAccountResponse>;\n }\n\n /**\n * Deletes a role assignment for the caller on a billing account. The operation is supported for\n * billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsDeleteByBillingAccountResponse>\n */\n deleteByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsDeleteByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param callback The callback\n */\n deleteByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n deleteByBillingAccount(billingAccountName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignment>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignment>): Promise<Models.BillingRoleAssignmentsDeleteByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingRoleAssignmentName,\n options\n },\n deleteByBillingAccountOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsDeleteByBillingAccountResponse>;\n }\n\n /**\n * Gets a role assignment for the caller on an invoice section. The operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsGetByInvoiceSectionResponse>\n */\n getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsGetByInvoiceSectionResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param callback The callback\n */\n getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n getByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignment>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignment>): Promise<Models.BillingRoleAssignmentsGetByInvoiceSectionResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n billingRoleAssignmentName,\n options\n },\n getByInvoiceSectionOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsGetByInvoiceSectionResponse>;\n }\n\n /**\n * Deletes a role assignment for the caller on an invoice section. The operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsDeleteByInvoiceSectionResponse>\n */\n deleteByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsDeleteByInvoiceSectionResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param callback The callback\n */\n deleteByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n deleteByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignment>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignment>): Promise<Models.BillingRoleAssignmentsDeleteByInvoiceSectionResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n billingRoleAssignmentName,\n options\n },\n deleteByInvoiceSectionOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsDeleteByInvoiceSectionResponse>;\n }\n\n /**\n * Gets a role assignment for the caller on a billing profile. The operation is supported for\n * billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsGetByBillingProfileResponse>\n */\n getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsGetByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param callback The callback\n */\n getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param options The optional parameters\n * @param callback The callback\n */\n getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n getByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignment>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignment>): Promise<Models.BillingRoleAssignmentsGetByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n billingRoleAssignmentName,\n options\n },\n getByBillingProfileOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsGetByBillingProfileResponse>;\n }\n\n /**\n * Deletes a role assignment for the caller on a billing profile. The operation is supported for\n * billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsDeleteByBillingProfileResponse>\n */\n deleteByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsDeleteByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param callback The callback\n */\n deleteByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param billingRoleAssignmentName The ID that uniquely identifies a role assignment.\n * @param options The optional parameters\n * @param callback The callback\n */\n deleteByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignment>): void;\n deleteByBillingProfile(billingAccountName: string, billingProfileName: string, billingRoleAssignmentName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignment>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignment>): Promise<Models.BillingRoleAssignmentsDeleteByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n billingRoleAssignmentName,\n options\n },\n deleteByBillingProfileOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsDeleteByBillingProfileResponse>;\n }\n\n /**\n * Lists the role assignments for the caller on a billing account. The operation is supported for\n * billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer\n * Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsListByBillingAccountResponse>\n */\n listByBillingAccount(billingAccountName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsListByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n listByBillingAccount(billingAccountName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): Promise<Models.BillingRoleAssignmentsListByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n listByBillingAccountOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsListByBillingAccountResponse>;\n }\n\n /**\n * Lists the role assignments for the caller on an invoice section. The operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsListByInvoiceSectionResponse>\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsListByInvoiceSectionResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param callback The callback\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceSectionName The ID that uniquely identifies an invoice section.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n listByInvoiceSection(billingAccountName: string, billingProfileName: string, invoiceSectionName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): Promise<Models.BillingRoleAssignmentsListByInvoiceSectionResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n invoiceSectionName,\n options\n },\n listByInvoiceSectionOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsListByInvoiceSectionResponse>;\n }\n\n /**\n * Lists the role assignments for the caller on a billing profile. The operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsListByBillingProfileResponse>\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsListByBillingProfileResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): Promise<Models.BillingRoleAssignmentsListByBillingProfileResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n billingProfileName,\n options\n },\n listByBillingProfileOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsListByBillingProfileResponse>;\n }\n\n /**\n * Lists the role assignments for the caller on a billing account. The operation is supported for\n * billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer\n * Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsListByBillingAccountNextResponse>\n */\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsListByBillingAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): Promise<Models.BillingRoleAssignmentsListByBillingAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingAccountNextOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsListByBillingAccountNextResponse>;\n }\n\n /**\n * Lists the role assignments for the caller on an invoice section. The operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsListByInvoiceSectionNextResponse>\n */\n listByInvoiceSectionNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsListByInvoiceSectionNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByInvoiceSectionNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByInvoiceSectionNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n listByInvoiceSectionNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): Promise<Models.BillingRoleAssignmentsListByInvoiceSectionNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByInvoiceSectionNextOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsListByInvoiceSectionNextResponse>;\n }\n\n /**\n * Lists the role assignments for the caller on a billing profile. The operation is supported for\n * billing accounts with agreement type Microsoft Customer Agreement.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingRoleAssignmentsListByBillingProfileNextResponse>\n */\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingRoleAssignmentsListByBillingProfileNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingProfileNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): void;\n listByBillingProfileNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>, callback?: msRest.ServiceCallback<Models.BillingRoleAssignmentListResult>): Promise<Models.BillingRoleAssignmentsListByBillingProfileNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingProfileNextOperationSpec,\n callback) as Promise<Models.BillingRoleAssignmentsListByBillingProfileNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst getByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleAssignments/{billingRoleAssignmentName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingRoleAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleAssignments/{billingRoleAssignmentName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingRoleAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getByInvoiceSectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleAssignments/{billingRoleAssignmentName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName,\n Parameters.billingRoleAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteByInvoiceSectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleAssignments/{billingRoleAssignmentName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName,\n Parameters.billingRoleAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleAssignments/{billingRoleAssignmentName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.billingRoleAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst deleteByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"DELETE\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleAssignments/{billingRoleAssignmentName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.billingRoleAssignmentName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignment\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingRoleAssignments\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}/billingRoleAssignments\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceSectionName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/billingRoleAssignments\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n queryParameters: [\n Parameters.apiVersion0\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByInvoiceSectionNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingProfileNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingRoleAssignmentListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n AgreementListResult,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/agreementsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a Agreements. */\nexport class Agreements {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a Agreements.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the agreements for a billing account.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgreementsListByBillingAccountResponse>\n */\n listByBillingAccount(billingAccountName: string, options?: Models.AgreementsListByBillingAccountOptionalParams): Promise<Models.AgreementsListByBillingAccountResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, callback: msRest.ServiceCallback<Models.AgreementListResult>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccount(billingAccountName: string, options: Models.AgreementsListByBillingAccountOptionalParams, callback: msRest.ServiceCallback<Models.AgreementListResult>): void;\n listByBillingAccount(billingAccountName: string, options?: Models.AgreementsListByBillingAccountOptionalParams | msRest.ServiceCallback<Models.AgreementListResult>, callback?: msRest.ServiceCallback<Models.AgreementListResult>): Promise<Models.AgreementsListByBillingAccountResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n options\n },\n listByBillingAccountOperationSpec,\n callback) as Promise<Models.AgreementsListByBillingAccountResponse>;\n }\n\n /**\n * Gets an agreement by ID.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param agreementName The ID that uniquely identifies an agreement.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgreementsGetResponse>\n */\n get(billingAccountName: string, agreementName: string, options?: Models.AgreementsGetOptionalParams): Promise<Models.AgreementsGetResponse>;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param agreementName The ID that uniquely identifies an agreement.\n * @param callback The callback\n */\n get(billingAccountName: string, agreementName: string, callback: msRest.ServiceCallback<Models.Agreement>): void;\n /**\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param agreementName The ID that uniquely identifies an agreement.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingAccountName: string, agreementName: string, options: Models.AgreementsGetOptionalParams, callback: msRest.ServiceCallback<Models.Agreement>): void;\n get(billingAccountName: string, agreementName: string, options?: Models.AgreementsGetOptionalParams | msRest.ServiceCallback<Models.Agreement>, callback?: msRest.ServiceCallback<Models.Agreement>): Promise<Models.AgreementsGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingAccountName,\n agreementName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.AgreementsGetResponse>;\n }\n\n /**\n * Lists the agreements for a billing account.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.AgreementsListByBillingAccountNextResponse>\n */\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AgreementsListByBillingAccountNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.AgreementListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listByBillingAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.AgreementListResult>): void;\n listByBillingAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.AgreementListResult>, callback?: msRest.ServiceCallback<Models.AgreementListResult>): Promise<Models.AgreementsListByBillingAccountNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listByBillingAccountNextOperationSpec,\n callback) as Promise<Models.AgreementsListByBillingAccountNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listByBillingAccountOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/agreements\",\n urlParameters: [\n Parameters.billingAccountName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgreementListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/billingAccounts/{billingAccountName}/agreements/{agreementName}\",\n urlParameters: [\n Parameters.billingAccountName,\n Parameters.agreementName\n ],\n queryParameters: [\n Parameters.apiVersion0,\n Parameters.expand\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.Agreement\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listByBillingAccountNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.AgreementListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountListResult,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/enrollmentAccountsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a EnrollmentAccounts. */\nexport class EnrollmentAccounts {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a EnrollmentAccounts.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the enrollment accounts the caller has access to.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnrollmentAccountsListResponse>\n */\n list(options?: msRest.RequestOptionsBase): Promise<Models.EnrollmentAccountsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.EnrollmentAccountListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EnrollmentAccountListResult>): void;\n list(options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EnrollmentAccountListResult>, callback?: msRest.ServiceCallback<Models.EnrollmentAccountListResult>): Promise<Models.EnrollmentAccountsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.EnrollmentAccountsListResponse>;\n }\n\n /**\n * Gets a enrollment account by name.\n * @param name Enrollment Account name.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnrollmentAccountsGetResponse>\n */\n get(name: string, options?: msRest.RequestOptionsBase): Promise<Models.EnrollmentAccountsGetResponse>;\n /**\n * @param name Enrollment Account name.\n * @param callback The callback\n */\n get(name: string, callback: msRest.ServiceCallback<Models.EnrollmentAccountSummary>): void;\n /**\n * @param name Enrollment Account name.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EnrollmentAccountSummary>): void;\n get(name: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EnrollmentAccountSummary>, callback?: msRest.ServiceCallback<Models.EnrollmentAccountSummary>): Promise<Models.EnrollmentAccountsGetResponse> {\n return this.client.sendOperationRequest(\n {\n name,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.EnrollmentAccountsGetResponse>;\n }\n\n /**\n * Lists the enrollment accounts the caller has access to.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.EnrollmentAccountsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EnrollmentAccountsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.EnrollmentAccountListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.EnrollmentAccountListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.EnrollmentAccountListResult>, callback?: msRest.ServiceCallback<Models.EnrollmentAccountListResult>): Promise<Models.EnrollmentAccountsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.EnrollmentAccountsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/enrollmentAccounts\",\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EnrollmentAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"providers/Microsoft.Billing/enrollmentAccounts/{name}\",\n urlParameters: [\n Parameters.name\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EnrollmentAccountSummary\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.EnrollmentAccountListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport {\n AddressDetails,\n Agreement,\n Amount,\n AvailableBalance,\n AzurePlan,\n BaseResource,\n BillingAccount,\n BillingPeriod,\n BillingPeriodsListResult,\n BillingPermissionsProperties,\n BillingProfile,\n BillingProfilesOnExpand,\n BillingProperty,\n BillingRoleAssignment,\n BillingRoleDefinition,\n BillingSubscription,\n Customer,\n CustomerPolicy,\n Department,\n Document,\n Enrollment,\n EnrollmentAccount,\n EnrollmentAccountSummary,\n EnrollmentPolicies,\n ErrorDetails,\n ErrorResponse,\n ErrorSubDetailsItem,\n IndirectRelationshipInfo,\n Instruction,\n Invoice,\n InvoiceSection,\n InvoiceSectionsOnExpand,\n Participants,\n PaymentProperties,\n Policy,\n Product,\n RebillDetails,\n Reseller,\n Resource,\n Transaction\n} from \"../models/mappers\";\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport * as Models from \"../models\";\nimport * as Mappers from \"../models/billingPeriodsMappers\";\nimport * as Parameters from \"../models/parameters\";\nimport { BillingManagementClientContext } from \"../billingManagementClientContext\";\n\n/** Class representing a BillingPeriods. */\nexport class BillingPeriods {\n private readonly client: BillingManagementClientContext;\n\n /**\n * Create a BillingPeriods.\n * @param {BillingManagementClientContext} client Reference to the service client.\n */\n constructor(client: BillingManagementClientContext) {\n this.client = client;\n }\n\n /**\n * Lists the available billing periods for a subscription in reverse chronological order. This is\n * only supported for Azure Web-Direct subscriptions. Other subscription types which were not\n * purchased directly through the Azure web portal are not supported through this preview API.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPeriodsListResponse>\n */\n list(options?: Models.BillingPeriodsListOptionalParams): Promise<Models.BillingPeriodsListResponse>;\n /**\n * @param callback The callback\n */\n list(callback: msRest.ServiceCallback<Models.BillingPeriodsListResult>): void;\n /**\n * @param options The optional parameters\n * @param callback The callback\n */\n list(options: Models.BillingPeriodsListOptionalParams, callback: msRest.ServiceCallback<Models.BillingPeriodsListResult>): void;\n list(options?: Models.BillingPeriodsListOptionalParams | msRest.ServiceCallback<Models.BillingPeriodsListResult>, callback?: msRest.ServiceCallback<Models.BillingPeriodsListResult>): Promise<Models.BillingPeriodsListResponse> {\n return this.client.sendOperationRequest(\n {\n options\n },\n listOperationSpec,\n callback) as Promise<Models.BillingPeriodsListResponse>;\n }\n\n /**\n * Gets a named billing period. This is only supported for Azure Web-Direct subscriptions. Other\n * subscription types which were not purchased directly through the Azure web portal are not\n * supported through this preview API.\n * @param billingPeriodName The name of a BillingPeriod resource.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPeriodsGetResponse>\n */\n get(billingPeriodName: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPeriodsGetResponse>;\n /**\n * @param billingPeriodName The name of a BillingPeriod resource.\n * @param callback The callback\n */\n get(billingPeriodName: string, callback: msRest.ServiceCallback<Models.BillingPeriod>): void;\n /**\n * @param billingPeriodName The name of a BillingPeriod resource.\n * @param options The optional parameters\n * @param callback The callback\n */\n get(billingPeriodName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPeriod>): void;\n get(billingPeriodName: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPeriod>, callback?: msRest.ServiceCallback<Models.BillingPeriod>): Promise<Models.BillingPeriodsGetResponse> {\n return this.client.sendOperationRequest(\n {\n billingPeriodName,\n options\n },\n getOperationSpec,\n callback) as Promise<Models.BillingPeriodsGetResponse>;\n }\n\n /**\n * Lists the available billing periods for a subscription in reverse chronological order. This is\n * only supported for Azure Web-Direct subscriptions. Other subscription types which were not\n * purchased directly through the Azure web portal are not supported through this preview API.\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param [options] The optional parameters\n * @returns Promise<Models.BillingPeriodsListNextResponse>\n */\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.BillingPeriodsListNextResponse>;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param callback The callback\n */\n listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.BillingPeriodsListResult>): void;\n /**\n * @param nextPageLink The NextLink from the previous successful call to List operation.\n * @param options The optional parameters\n * @param callback The callback\n */\n listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BillingPeriodsListResult>): void;\n listNext(nextPageLink: string, options?: msRest.RequestOptionsBase | msRest.ServiceCallback<Models.BillingPeriodsListResult>, callback?: msRest.ServiceCallback<Models.BillingPeriodsListResult>): Promise<Models.BillingPeriodsListNextResponse> {\n return this.client.sendOperationRequest(\n {\n nextPageLink,\n options\n },\n listNextOperationSpec,\n callback) as Promise<Models.BillingPeriodsListNextResponse>;\n }\n}\n\n// Operation Specifications\nconst serializer = new msRest.Serializer(Mappers);\nconst listOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods\",\n urlParameters: [\n Parameters.subscriptionId\n ],\n queryParameters: [\n Parameters.apiVersion1,\n Parameters.filter,\n Parameters.skiptoken,\n Parameters.top\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPeriodsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst getOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n path: \"subscriptions/{subscriptionId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}\",\n urlParameters: [\n Parameters.subscriptionId,\n Parameters.billingPeriodName\n ],\n queryParameters: [\n Parameters.apiVersion1\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPeriod\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n\nconst listNextOperationSpec: msRest.OperationSpec = {\n httpMethod: \"GET\",\n baseUrl: \"https://management.azure.com\",\n path: \"{nextLink}\",\n urlParameters: [\n Parameters.nextPageLink\n ],\n headerParameters: [\n Parameters.acceptLanguage\n ],\n responses: {\n 200: {\n bodyMapper: Mappers.BillingPeriodsListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n serializer\n};\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as Models from \"./models\";\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as msRestAzure from \"@azure/ms-rest-azure-js\";\n\nconst packageName = \"@azure/arm-billing\";\nconst packageVersion = \"3.1.1\";\n\nexport class BillingManagementClientContext extends msRestAzure.AzureServiceClient {\n credentials: msRest.ServiceClientCredentials | TokenCredential;\n subscriptionId: string;\n\n /**\n * Initializes a new instance of the BillingManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID that uniquely identifies an Azure subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.BillingManagementClientOptions) {\n if (credentials == undefined) {\n throw new Error('\\'credentials\\' cannot be null.');\n }\n if (subscriptionId == undefined) {\n throw new Error('\\'subscriptionId\\' cannot be null.');\n }\n\n if (!options) {\n options = {};\n }\n if (!options.userAgent) {\n const defaultUserAgent = msRestAzure.getDefaultUserAgentValue();\n options.userAgent = `${packageName}/${packageVersion} ${defaultUserAgent}`;\n }\n\n super(credentials, options);\n\n this.acceptLanguage = 'en-US';\n this.longRunningOperationRetryTimeout = 30;\n this.baseUri = options.baseUri || this.baseUri || \"https://management.azure.com\";\n this.requestContentType = \"application/json; charset=utf-8\";\n this.credentials = credentials;\n this.subscriptionId = subscriptionId;\n\n if (options.acceptLanguage !== null && options.acceptLanguage !== undefined) {\n this.acceptLanguage = options.acceptLanguage;\n }\n if (options.longRunningOperationRetryTimeout !== null && options.longRunningOperationRetryTimeout !== undefined) {\n this.longRunningOperationRetryTimeout = options.longRunningOperationRetryTimeout;\n }\n }\n}\n","/*\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for\n * license information.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is\n * regenerated.\n */\n\nimport * as msRest from \"@azure/ms-rest-js\";\nimport { TokenCredential } from \"@azure/core-auth\";\nimport * as Models from \"./models\";\nimport * as Mappers from \"./models/mappers\";\nimport * as operations from \"./operations\";\nimport { BillingManagementClientContext } from \"./billingManagementClientContext\";\n\n\nclass BillingManagementClient extends BillingManagementClientContext {\n // Operation groups\n billingAccounts: operations.BillingAccounts;\n address: operations.Address;\n availableBalances: operations.AvailableBalances;\n instructions: operations.Instructions;\n billingProfiles: operations.BillingProfiles;\n customers: operations.Customers;\n invoiceSections: operations.InvoiceSections;\n billingPermissions: operations.BillingPermissions;\n billingSubscriptions: operations.BillingSubscriptions;\n products: operations.Products;\n invoices: operations.Invoices;\n transactions: operations.Transactions;\n policies: operations.Policies;\n billingProperty: operations.BillingPropertyOperations;\n operations: operations.Operations;\n billingRoleDefinitions: operations.BillingRoleDefinitions;\n billingRoleAssignments: operations.BillingRoleAssignments;\n agreements: operations.Agreements;\n enrollmentAccounts: operations.EnrollmentAccounts;\n billingPeriods: operations.BillingPeriods;\n\n /**\n * Initializes a new instance of the BillingManagementClient class.\n * @param credentials Credentials needed for the client to connect to Azure. Credentials\n * implementing the TokenCredential interface from the @azure/identity package are recommended. For\n * more information about these credentials, see\n * {@link https://www.npmjs.com/package/@azure/identity}. Credentials implementing the\n * ServiceClientCredentials interface from the older packages @azure/ms-rest-nodeauth and\n * @azure/ms-rest-browserauth are also supported.\n * @param subscriptionId The ID that uniquely identifies an Azure subscription.\n * @param [options] The parameter options\n */\n constructor(credentials: msRest.ServiceClientCredentials | TokenCredential, subscriptionId: string, options?: Models.BillingManagementClientOptions) {\n super(credentials, subscriptionId, options);\n this.billingAccounts = new operations.BillingAccounts(this);\n this.address = new operations.Address(this);\n this.availableBalances = new operations.AvailableBalances(this);\n this.instructions = new operations.Instructions(this);\n this.billingProfiles = new operations.BillingProfiles(this);\n this.customers = new operations.Customers(this);\n this.invoiceSections = new operations.InvoiceSections(this);\n this.billingPermissions = new operations.BillingPermissions(this);\n this.billingSubscriptions = new operations.BillingSubscriptions(this);\n this.products = new operations.Products(this);\n this.invoices = new operations.Invoices(this);\n this.transactions = new operations.Transactions(this);\n this.policies = new operations.Policies(this);\n this.billingProperty = new operations.BillingPropertyOperations(this);\n this.operations = new operations.Operations(this);\n this.billingRoleDefinitions = new operations.BillingRoleDefinitions(this);\n this.billingRoleAssignments = new operations.BillingRoleAssignments(this);\n this.agreements = new operations.Agreements(this);\n this.enrollmentAccounts = new operations.EnrollmentAccounts(this);\n this.billingPeriods = new operations.BillingPeriods(this);\n }\n}\n\n// Operation Specifications\n\nexport {\n BillingManagementClient,\n BillingManagementClientContext,\n Models as BillingManagementModels,\n Mappers as BillingManagementMappers\n};\nexport * from \"./operations\";\n"],"names":["CloudErrorMapper","BaseResourceMapper","msRest.Serializer","Parameters.apiVersion0","Parameters.expand","Parameters.acceptLanguage","Mappers.BillingAccountListResult","Mappers.ErrorResponse","Parameters.billingAccountName","Mappers.BillingAccount","Mappers.InvoiceSectionListWithCreateSubPermissionResult","Mappers.BillingAccountUpdateRequest","Parameters.nextPageLink","serializer","Mappers","Mappers.AddressDetails","Mappers.ValidateAddressResponse","getOperationSpec","Parameters.billingProfileName","Mappers.AvailableBalance","Mappers.InstructionListResult","Parameters.instructionName","Mappers.Instruction","Mappers.BillingProfileListResult","Mappers.BillingProfile","Mappers.BillingProfilesCreateOrUpdateHeaders","listByBillingProfileOperationSpec","listByBillingAccountOperationSpec","listByBillingProfileNextOperationSpec","listByBillingAccountNextOperationSpec","Parameters.search","Parameters.filter","Mappers.CustomerListResult","Parameters.customerName","Mappers.Customer","beginCreateOrUpdateOperationSpec","Mappers.InvoiceSectionListResult","Parameters.invoiceSectionName","Mappers.InvoiceSection","Mappers.InvoiceSectionsCreateOrUpdateHeaders","Mappers.BillingPermissionsListResult","listByCustomerOperationSpec","listByCustomerNextOperationSpec","Mappers.BillingSubscriptionsListResult","Parameters.subscriptionId","Mappers.BillingSubscription","Mappers.TransferBillingSubscriptionRequestProperties","Mappers.ValidateSubscriptionTransferEligibilityResult","Mappers.BillingSubscriptionsMoveHeaders","listByInvoiceSectionOperationSpec","updateOperationSpec","validateMoveOperationSpec","listByInvoiceSectionNextOperationSpec","Mappers.ProductsListResult","Parameters.productName","Mappers.Product","Mappers.TransferProductRequestProperties","Mappers.ProductsMoveHeaders","Mappers.ValidateProductTransferEligibilityResult","Parameters.periodStartDate","Parameters.periodEndDate","Mappers.InvoiceListResult","Parameters.invoiceName","Mappers.Invoice","Parameters.downloadToken","Mappers.DownloadUrl","Mappers.InvoicesDownloadInvoiceHeaders","Mappers.InvoicesDownloadMultipleModernInvoiceHeaders","Mappers.InvoicesDownloadBillingSubscriptionInvoiceHeaders","Mappers.InvoicesDownloadMultipleBillingSubscriptionInvoiceHeaders","Mappers.TransactionListResult","Mappers.Policy","Mappers.CustomerPolicy","Mappers.BillingProperty","listOperationSpec","listNextOperationSpec","Mappers.OperationListResult","getByBillingProfileOperationSpec","Parameters.billingRoleDefinitionName","Mappers.BillingRoleDefinition","Mappers.BillingRoleDefinitionListResult","getByBillingAccountOperationSpec","getByInvoiceSectionOperationSpec","Parameters.billingRoleAssignmentName","Mappers.BillingRoleAssignment","Mappers.BillingRoleAssignmentListResult","Mappers.AgreementListResult","Parameters.agreementName","Mappers.Agreement","Parameters.apiVersion1","Mappers.EnrollmentAccountListResult","Parameters.name","Mappers.EnrollmentAccountSummary","Parameters.skiptoken","Parameters.top","Mappers.BillingPeriodsListResult","Parameters.billingPeriodName","Mappers.BillingPeriod","msRestAzure.getDefaultUserAgentValue","msRestAzure.AzureServiceClient","operations.BillingAccounts","operations.Address","operations.AvailableBalances","operations.Instructions","operations.BillingProfiles","operations.Customers","operations.InvoiceSections","operations.BillingPermissions","operations.BillingSubscriptions","operations.Products","operations.Invoices","operations.Transactions","operations.Policies","operations.BillingPropertyOperations","operations.Operations","operations.BillingRoleDefinitions","operations.BillingRoleAssignments","operations.Agreements","operations.EnrollmentAccounts","operations.BillingPeriods"],"mappings":"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"}
|