Skip to content

Commit

Permalink
Added invoiceEmailOptIn in the UpdateBillingProfile request (#7390)
Browse files Browse the repository at this point in the history
* Billing RP spec changes for listInvoiceSectionsWithCreateSubscriptionPermission API

* Updated the operation id

* Added x-ms-pageable

* Added next link

* Deleted unused file ProductCancelByBillingAccount

* Incorporated review comments

Incorporated review comments

* Added new properties in Invoicing APIs

Added new properties in Invoicing APIs

* Incorporated review comments

Incorporated review comments

* Added invoiceEmailOptIn in the UpdateBillingProfile request

Added invoiceEmailOptIn in the UpdateBillingProfile request

* Update billing.json
  • Loading branch information
asarkar84 authored and sergey-shandar committed Oct 4, 2019
1 parent 9ef1673 commit c634dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5530,8 +5530,7 @@
},
"invoiceEmailOptIn": {
"description": "If the billing profile is opted in to receive invoices via email.",
"type": "boolean",
"readOnly": true
"type": "boolean"
},
"invoiceDay": {
"description": "Invoice day.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"parameters": {
"properties": {
"displayName": "BillingProfile11",
"invoiceEmailOptIn": true,
"poNumber": "ABC12345"
}
}
Expand Down

0 comments on commit c634dd6

Please sign in to comment.