api/src/main/java/org/apache/fineract/cn/interoperation/api/v1/domain/data/InteropIdentifierCommand.java [43:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.idType = idType;
        this.idValue = idValue;
        this.subIdOrType = subIdOrType;
    }

    @NotNull
    public InteropIdentifierType getIdType() {
        return idType;
    }

    @NotNull
    public String getIdValue() {
        return idValue;
    }

    public String getSubIdOrType() {
        return subIdOrType;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



api/src/main/java/org/apache/fineract/cn/interoperation/api/v1/domain/data/InteropIdentifierDeleteCommand.java [42:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        this.idType = idType;
        this.idValue = idValue;
        this.subIdOrType = subIdOrType;
    }

    @NotNull
    public InteropIdentifierType getIdType() {
        return idType;
    }

    @NotNull
    public String getIdValue() {
        return idValue;
    }

    public String getSubIdOrType() {
        return subIdOrType;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



