BillingProfileInfo Class
Details about billing profile associated with agreement and available only for specific agreements.
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. Default value: None
|
|
billing_profile_display_name
|
The name of the billing profile. Default value: None
|
|
billing_profile_id
|
The friendly ID that uniquely identifies a billing profile. Default value: None
|
|
billing_profile_system_id
|
The fully qualified ID that uniquely identifies a billing profile. Default value: None
|
|
indirect_relationship_organization_name
|
Billing account name. Available for a specific type of agreement. Default value: None
|
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. |