RegistrationNumber Class
Describes the registration number of the organization linked with the billing account.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelRegistrationNumber
Constructor
RegistrationNumber(*, id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The unique identification number of the organization linked with the billing account. |
Variables
Name | Description |
---|---|
id
|
The unique identification number of the organization linked with the billing account. |
required
|
Identifies if the registration number is required for the billing account. |
type
|
The types of registration number allowed based on the country of the billing account. |
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