RegistrationHistory
Interface: RegistrationHistory
Section titled “Interface: RegistrationHistory”Defined in: src/types/index.ts:1215
Registration history - BRO administrative registration information
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
objectRegistrationTime | string | null | - | src/types/index.ts:1216 |
registrationStatus | string | null | - | src/types/index.ts:1217 |
registrationCompletionTime | string | null | - | src/types/index.ts:1218 |
latestCorrectionTime | string | null | Time of the latest correction to the registered object | src/types/index.ts:1220 |
latestAdditionTime | string | null | Time of the latest addition to the registered object | src/types/index.ts:1222 |
underReviewTime | string | null | Time the object was placed under review | src/types/index.ts:1224 |
deregistrationTime | string | null | Time the object was deregistered | src/types/index.ts:1226 |
reregistrationTime | string | null | Time the object was reregistered after deregistration | src/types/index.ts:1228 |
corrected | boolean | null | - | src/types/index.ts:1229 |
underReview | boolean | null | - | src/types/index.ts:1230 |
deregistered | boolean | null | - | src/types/index.ts:1231 |
reregistered | boolean | null | - | src/types/index.ts:1232 |