Type alias SuggestionApiInputDTO
Suggestion
Api
InputDTO
: { addressLevels
: AddressLevel[]; addressType
?: SuggestionApiInputDTO.addressType; brokerType
?: string; changedBy
?: string; createdBy
?: string; createdTime
?: string; id
?: string; type
?: string; updatedTime
?: string; }
Type declaration
-
-
-
Optional brokerType?: string
-
Optional Readonly changedBy?: string
-
Optional Readonly createdBy?: string
-
Optional Readonly createdTime?: string
-
Optional Readonly id?: string
-
Optional type?: string
-
Optional Readonly updatedTime?: string