RegistrationNumber interface

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

Properties

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. NOTE: This property will not be serialized. It can only be populated by the server.

type

The types of registration number allowed based on the country of the billing account. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

id

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

id?: string

Property Value

string

required

Identifies if the registration number is required for the billing account. NOTE: This property will not be serialized. It can only be populated by the server.

required?: boolean

Property Value

boolean

type

The types of registration number allowed based on the country of the billing account. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string[]

Property Value

string[]