BillingAccountPropertiesRegistrationNumber interface
Describes the registration number of the organization linked with the billing account.
- Extends
Inherited 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. |
Inherited Property Details
id
The unique identification number of the organization linked with the billing account.
id?: string
Property Value
string
Inherited From RegistrationNumber.id
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
Inherited From RegistrationNumber.required
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[]
Inherited From RegistrationNumber.type