RegistrationNumber Class

Describes the registration number of the organization linked with the billing account.

Constructor

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

Variables

Name Description
id
str

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.

Attributes

id

The unique identification number of the organization linked with the billing account.

id: str | None

required

Identifies if the registration number is required for the billing account.

required: bool | None

type

The types of registration number allowed based on the country of the billing account.

type: list[str] | None