InvoiceSectionsOnExpand Class
The invoice sections associated to the billing profile. By default this is not populated, unless it's specified in $expand.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
InvoiceSectionsOnExpand(*, value: List[_models.InvoiceSection] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The invoice sections associated to the billing profile. Default value: None
|
Variables
Name | Description |
---|---|
has_more_results
|
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
|
The invoice sections associated to the billing profile. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python