BillingProfileInfo Class
Details about billing profile associated with agreement and available only for specific agreements.
- Inheritance
-
azure.mgmt.billing._serialization.ModelBillingProfileInfo
Constructor
BillingProfileInfo(*, billing_account_id: str | None = None, billing_profile_display_name: str | None = None, billing_profile_id: str | None = None, billing_profile_system_id: str | None = None, indirect_relationship_organization_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
billing_account_id
|
The fully qualified ID that uniquely identifies a billing account. |
billing_profile_display_name
|
The name of the billing profile. |
billing_profile_id
|
The friendly ID that uniquely identifies a billing profile. |
billing_profile_system_id
|
The fully qualified ID that uniquely identifies a billing profile. |
indirect_relationship_organization_name
|
Billing account name. Available for a specific type of agreement. |
Variables
Name | Description |
---|---|
billing_account_id
|
The fully qualified ID that uniquely identifies a billing account. |
billing_profile_display_name
|
The name of the billing profile. |
billing_profile_id
|
The friendly ID that uniquely identifies a billing profile. |
billing_profile_system_id
|
The fully qualified ID that uniquely identifies a billing profile. |
indirect_relationship_organization_name
|
Billing account name. Available for a specific type of agreement. |
Azure SDK for Python