api/src/main/java/org/apache/fineract/cn/interoperation/api/v1/domain/data/InteropIdentifierCommand.java [29:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @NotNull
    private InteropIdentifierType idType;
    @NotEmpty
    @Length(max = 128)
    private String idValue;
    @Length(max = 128)
    private String subIdOrType;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



api/src/main/java/org/apache/fineract/cn/interoperation/api/v1/domain/data/InteropIdentifierDeleteCommand.java [29:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @NotNull
    private InteropIdentifierType idType;
    @NotEmpty
    @Length(max = 128)
    private String idValue;
    @Length(max = 128)
    private String subIdOrType;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



