public InteropTransactionEntity()

in service/src/main/java/org/apache/fineract/cn/interoperation/service/internal/repository/InteropTransactionEntity.java [100:106]


    public InteropTransactionEntity(@NotNull String identifier, @NotNull String customerAccountIdentifier, @NotNull String createdBy,
                                    @NotNull LocalDateTime createdOn) {
        this.identifier = identifier;
        this.customerAccountIdentifier = customerAccountIdentifier;
        this.createdBy = createdBy;
        this.createdOn = createdOn;
    }