SuggestionApiInputDTO: {
    addressLevels: AddressLevel[];
    addressType?: SuggestionApiInputDTO.addressType;
    brokerType?: string;
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    id?: string;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • addressLevels: AddressLevel[]
  • Optional addressType?: SuggestionApiInputDTO.addressType
  • 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