BillingProfileInfo Class

Details about billing profile associated with agreement and available only for specific agreements.

Constructor

BillingProfileInfo(*args: Any, **kwargs: Any)

Variables

Name Description
billing_account_id
str

The fully qualified ID that uniquely identifies a billing account.

billing_profile_display_name
str

The name of the billing profile.

billing_profile_id
str

The friendly ID that uniquely identifies a billing profile.

billing_profile_system_id
str

The fully qualified ID that uniquely identifies a billing profile.

indirect_relationship_organization_name
str

Billing account name. Available for a specific type of agreement.

Attributes

billing_account_id

The fully qualified ID that uniquely identifies a billing account.

billing_account_id: str | None

billing_profile_display_name

The name of the billing profile.

billing_profile_display_name: str | None

billing_profile_id

The friendly ID that uniquely identifies a billing profile.

billing_profile_id: str | None

billing_profile_system_id

The fully qualified ID that uniquely identifies a billing profile.

billing_profile_system_id: str | None

indirect_relationship_organization_name

Billing account name. Available for a specific type of agreement.

indirect_relationship_organization_name: str | None