InvoiceSectionsOnExpand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The invoice sections associated to the billing profile. By default this is not populated, unless it's specified in $expand.
public class InvoiceSectionsOnExpand
type InvoiceSectionsOnExpand = class
Public Class InvoiceSectionsOnExpand
- Inheritance
-
InvoiceSectionsOnExpand
Constructors
InvoiceSectionsOnExpand() |
Initializes a new instance of the InvoiceSectionsOnExpand class. |
InvoiceSectionsOnExpand(Nullable<Boolean>, IList<InvoiceSection>) |
Initializes a new instance of the InvoiceSectionsOnExpand class. |
Properties
HasMoreResults |
Gets indicates whether there are more invoice sections than the ones listed in this collection. The collection lists a maximum of 50 invoice sections. To get all invoice sections, use the list invoice sections API. |
Value |
Gets or sets the invoice sections associated to the billing profile. |
Applies to
Azure SDK for .NET